Fix formatting etc.
Anirudh Oppiliappan x@icyphox.sh
Fri, 09 Apr 2021 21:55:41 +0530
2 files changed,
6 insertions(+),
4 deletions(-)
M
pages/blog/free-sw-censor.md
→
pages/blog/free-sw-censor.md
@@ -63,5 +63,4 @@ is no "correct" way to censor -- so don't even try! If you don't want
your software to be "misused", release it under a license that is capable of enforcing that.[^1] -[^1]: Protip: you can't. Ethical source licenses exist, but they're - practically dead in the water. +[^1]: Protip: you can't. Ethical source licenses exist, but they're practically dead in the water.
M
static/style.css
→
static/style.css
@@ -82,7 +82,7 @@ margin: 0 0 15px 0;
} main ul, main ol { - margin: 0 30px 30px 30px + margin: 0 30px 7px 30px; } main ul ul {@@ -106,7 +106,7 @@ text-decoration: underline;
} article p { - padding: 15px 0 15px 0; + padding: 7px 0 7px 0; } pre {@@ -164,6 +164,9 @@ .post-date {
color: var(--gray); } +blockquote { + margin: 7px 0 7px 0; +} blockquote p { font-style: italic; color: var(--darker);