diff options
Diffstat (limited to 'static')
| -rw-r--r-- | static/assets/banporn.png | bin | 1979 -> 0 bytes | |||
| -rw-r--r-- | static/assets/codeberg.png | bin | 1484 -> 0 bytes | |||
| -rw-r--r-- | static/style.css | 27 |
3 files changed, 5 insertions, 22 deletions
diff --git a/static/assets/banporn.png b/static/assets/banporn.png Binary files differdeleted file mode 100644 index 5efb14d..0000000 --- a/static/assets/banporn.png +++ /dev/null diff --git a/static/assets/codeberg.png b/static/assets/codeberg.png Binary files differdeleted file mode 100644 index 1ccfabd..0000000 --- a/static/assets/codeberg.png +++ /dev/null diff --git a/static/style.css b/static/style.css index 5e64849..a2ec892 100644 --- a/static/style.css +++ b/static/style.css @@ -9,7 +9,7 @@ @media (prefers-color-scheme: dark) { :root { - --fg: #a9b1d6; + --fg: #bac2e7; --bg: #1a1b26; --sbg: #39405e; --link: #7aa2f7; @@ -18,11 +18,12 @@ body { width: 90%; - max-width: 45em; + max-width: 42em; margin: 1.5em auto; background: var(--bg); color: var(--fg); font-family: var(--regularfont); + font-size: larger; } pre { @@ -38,7 +39,7 @@ code { font-family: var(--titlecodefont); background: var(--sbg); border-radius: 3px; - font-size: smaller; + font-size: 85%; } blockquote { @@ -49,20 +50,10 @@ blockquote { color: #fff; } -.buttons { - text-align: center; -} - a { color: var(--link); } -.finaline { - display: flex; - justify-content: space-between; - align-items: center; -} - .notfound>h1 { font-size: 15em; } @@ -95,7 +86,6 @@ h4, h5, h6 { color: #bb9af7; - line-height: 2em; } hr { @@ -140,13 +130,6 @@ img { } @media print { - - .no-print, - .no-print *, - footer { - display: none !important; - } - .address { overflow: visible; white-space: wrap; @@ -163,4 +146,4 @@ img { .columns { columns: 1; } -}
\ No newline at end of file +} |
