From 3782f2e533b0a5e517e2e4074db166c8d65dc8cd Mon Sep 17 00:00:00 2001 From: lemurianmage Date: Sat, 13 Jun 2026 17:24:45 +0200 Subject: buttons --- static/buttons/gentoo-badge.png | Bin 3723 -> 0 bytes static/buttons/girlrot.gif | Bin 5216 -> 0 bytes static/stylesheet.css | 31 +++++++++++++++++++------------ 3 files changed, 19 insertions(+), 12 deletions(-) delete mode 100644 static/buttons/gentoo-badge.png delete mode 100644 static/buttons/girlrot.gif (limited to 'static') diff --git a/static/buttons/gentoo-badge.png b/static/buttons/gentoo-badge.png deleted file mode 100644 index 971ffe2..0000000 Binary files a/static/buttons/gentoo-badge.png and /dev/null differ diff --git a/static/buttons/girlrot.gif b/static/buttons/girlrot.gif deleted file mode 100644 index 8e18810..0000000 Binary files a/static/buttons/girlrot.gif and /dev/null differ diff --git a/static/stylesheet.css b/static/stylesheet.css index df916fb..80240d8 100644 --- a/static/stylesheet.css +++ b/static/stylesheet.css @@ -1,11 +1,16 @@ +* +{ + color-scheme: light dark; +} + body { - background-color: white; - color: black; max-width: 80ch; margin: auto; - font-family: 'Comic Sans MS', 'Chalkboard SE', 'Comic Neue', sans-serif; + font-family: serif; font-size: 1.2em; + overflow: hidden; + padding: 0 1em; } nav { text-align: center; } @@ -16,7 +21,7 @@ hr border-bottom: 1px dashed; } -img +article img { display: block; margin: auto; @@ -24,13 +29,15 @@ img margin-bottom: 1em; } -@media (prefers-color-scheme: dark) +footer { - body - { - background-color: #1e1f21; - color: #eeeff1; - } - :link { color: #bad7ff; } - :visited { color: #f6baff; } + text-align: center; + font-size: 0.9em; } + +pre +{ + overflow: scroll; +} + +a { text-decoration: none; } -- cgit v1.2.3