aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorlemurianmage <azureazure@disroot.org>2026-06-21 21:32:02 +0200
committerlemurianmage <azureazure@disroot.org>2026-06-21 21:32:02 +0200
commitfb6d875e98a3d1211b4d275b6c012679ac26c446 (patch)
tree7d96e77d99f2b1fabd330235bed930b4078f0da4 /static
parent3782f2e533b0a5e517e2e4074db166c8d65dc8cd (diff)
downloadslimegirl.nexus-fb6d875e98a3d1211b4d275b6c012679ac26c446.tar.gz
switch to lowdown and write something
Diffstat (limited to 'static')
-rw-r--r--static/chart.pngbin0 -> 3205224 bytes
-rw-r--r--static/newage.jpgbin0 -> 183611 bytes
-rw-r--r--static/stylesheet.css18
3 files changed, 12 insertions, 6 deletions
diff --git a/static/chart.png b/static/chart.png
new file mode 100644
index 0000000..cc0d4f6
--- /dev/null
+++ b/static/chart.png
Binary files differ
diff --git a/static/newage.jpg b/static/newage.jpg
new file mode 100644
index 0000000..ae85a8f
--- /dev/null
+++ b/static/newage.jpg
Binary files differ
diff --git a/static/stylesheet.css b/static/stylesheet.css
index 80240d8..f1ec681 100644
--- a/static/stylesheet.css
+++ b/static/stylesheet.css
@@ -1,7 +1,4 @@
-*
-{
- color-scheme: light dark;
-}
+* { color-scheme: light dark; }
body
{
@@ -9,11 +6,18 @@ body
margin: auto;
font-family: serif;
font-size: 1.2em;
- overflow: hidden;
padding: 0 1em;
+ text-align: justify;
}
-nav { text-align: center; }
+nav, h1 { text-align: center; }
+
+blockquote
+{
+ border: 1px solid;
+ border-left: 6px solid;
+ padding-left: 0.5em;
+}
hr
{
@@ -21,6 +25,8 @@ hr
border-bottom: 1px dashed;
}
+code { overflow: scroll; }
+
article img
{
display: block;