diff options
| author | lemurianmage <azureazure@disroot.org> | 2026-06-22 23:03:23 +0200 |
|---|---|---|
| committer | lemurianmage <azureazure@disroot.org> | 2026-06-22 23:03:23 +0200 |
| commit | 95363147e9f8cf3186531e5f249d3869abc622e6 (patch) | |
| tree | fbb503e470c6bfdf2828fb4ee9616840942a6b4a /static | |
| parent | fb6d875e98a3d1211b4d275b6c012679ac26c446 (diff) | |
| download | slimegirl.nexus-markdown-rewrite.tar.gz | |
lowdown for templating nowmarkdown-rewrite
Diffstat (limited to 'static')
| -rw-r--r-- | static/stylesheet.css | 39 |
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; } |
