diff options
Diffstat (limited to 'static/stylesheet.css')
| -rw-r--r-- | static/stylesheet.css | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/static/stylesheet.css b/static/stylesheet.css index 80240d8..f1ec681 100644 --- a/static/stylesheet.css +++ b/static/stylesheet.css @@ -1,7 +1,4 @@ -* -{ - color-scheme: light dark; -} +* { color-scheme: light dark; } body { @@ -9,11 +6,18 @@ body margin: auto; font-family: serif; font-size: 1.2em; - overflow: hidden; padding: 0 1em; + text-align: justify; } -nav { text-align: center; } +nav, h1 { text-align: center; } + +blockquote +{ + border: 1px solid; + border-left: 6px solid; + padding-left: 0.5em; +} hr { @@ -21,6 +25,8 @@ hr border-bottom: 1px dashed; } +code { overflow: scroll; } + article img { display: block; |
