all repos — site @ 67f38fb7f910c2308c08d9b71d83aeac8c9290c1

source for my site, found at icyphox.sh

Fix formatting etc.
Anirudh Oppiliappan x@icyphox.sh
Fri, 09 Apr 2021 21:55:41 +0530
commit

67f38fb7f910c2308c08d9b71d83aeac8c9290c1

parent

bd0f8da1a4477e6ef8031ec3a572dcb623b97e17

2 files changed, 6 insertions(+), 4 deletions(-)

jump to
M pages/blog/free-sw-censor.mdpages/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.cssstatic/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);