From a4106b2b0e2bd73bda5a7ecc22659c0920d56ade Mon Sep 17 00:00:00 2001 From: Nantha Sorubakanthan Date: Sat, 18 Oct 2025 16:45:59 +0200 Subject: rework website --- static/assets/banporn.png | Bin 1979 -> 0 bytes static/assets/codeberg.png | Bin 1484 -> 0 bytes static/style.css | 27 +++++---------------------- 3 files changed, 5 insertions(+), 22 deletions(-) delete mode 100644 static/assets/banporn.png delete mode 100644 static/assets/codeberg.png (limited to 'static') diff --git a/static/assets/banporn.png b/static/assets/banporn.png deleted file mode 100644 index 5efb14d..0000000 Binary files a/static/assets/banporn.png and /dev/null differ diff --git a/static/assets/codeberg.png b/static/assets/codeberg.png deleted file mode 100644 index 1ccfabd..0000000 Binary files a/static/assets/codeberg.png and /dev/null differ 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 +} -- cgit v1.2.3