aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorlemurianmage <azureazure@disroot.org>2026-06-13 17:24:45 +0200
committerlemurianmage <azureazure@disroot.org>2026-06-13 17:24:45 +0200
commit3782f2e533b0a5e517e2e4074db166c8d65dc8cd (patch)
tree13cdac30ae3e8e51ae784bd3fd7ed238377af85a /static
parent7da42c6e577f49ad4981f24c833b2e1d86357e0b (diff)
downloadslimegirl.nexus-3782f2e533b0a5e517e2e4074db166c8d65dc8cd.tar.gz
buttons
Diffstat (limited to 'static')
-rw-r--r--static/buttons/gentoo-badge.pngbin3723 -> 0 bytes
-rw-r--r--static/buttons/girlrot.gifbin5216 -> 0 bytes
-rw-r--r--static/stylesheet.css31
3 files changed, 19 insertions, 12 deletions
diff --git a/static/buttons/gentoo-badge.png b/static/buttons/gentoo-badge.png
deleted file mode 100644
index 971ffe2..0000000
--- a/static/buttons/gentoo-badge.png
+++ /dev/null
Binary files differ
diff --git a/static/buttons/girlrot.gif b/static/buttons/girlrot.gif
deleted file mode 100644
index 8e18810..0000000
--- a/static/buttons/girlrot.gif
+++ /dev/null
Binary files 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; }