aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/stylesheet.css39
1 files changed, 21 insertions, 18 deletions
diff --git a/static/stylesheet.css b/static/stylesheet.css
index f1ec681..560d490 100644
--- a/static/stylesheet.css
+++ b/static/stylesheet.css
@@ -5,27 +5,34 @@ body
max-width: 80ch;
margin: auto;
font-family: serif;
- font-size: 1.2em;
+ font-size: 1.3em;
padding: 0 1em;
text-align: justify;
}
-nav, h1 { text-align: center; }
+nav, #title-block-header, footer { text-align: center; }
-blockquote
+nav { padding-top: 1em; }
+
+blockquote, code
{
border: 1px solid;
- border-left: 6px solid;
- padding-left: 0.5em;
+ backdrop-filter: invert(10%);
+ margin-inline: auto;
}
-hr
+code
{
- border: 0;
- border-bottom: 1px dashed;
+ overflow: scroll;
+ display: block;
+ padding: 0.5em;
}
-code { overflow: scroll; }
+blockquote
+{
+ border-left: 6px solid;
+ padding-left: 0.5em;
+}
article img
{
@@ -33,17 +40,13 @@ article img
margin: auto;
margin-top: 1em;
margin-bottom: 1em;
+ max-width: 100%;
}
-footer
-{
- text-align: center;
- font-size: 0.9em;
-}
+pre { overflow: scroll; }
-pre
+.button > img
{
- overflow: scroll;
+ text-decoration: none;
+ display: unset;
}
-
-a { text-decoration: none; }