From fb6d875e98a3d1211b4d275b6c012679ac26c446 Mon Sep 17 00:00:00 2001 From: lemurianmage Date: Sun, 21 Jun 2026 21:32:02 +0200 Subject: switch to lowdown and write something --- static/chart.png | Bin 0 -> 3205224 bytes static/newage.jpg | Bin 0 -> 183611 bytes static/stylesheet.css | 18 ++++++++++++------ 3 files changed, 12 insertions(+), 6 deletions(-) create mode 100644 static/chart.png create mode 100644 static/newage.jpg (limited to 'static') diff --git a/static/chart.png b/static/chart.png new file mode 100644 index 0000000..cc0d4f6 Binary files /dev/null and b/static/chart.png differ diff --git a/static/newage.jpg b/static/newage.jpg new file mode 100644 index 0000000..ae85a8f Binary files /dev/null and b/static/newage.jpg 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; -- cgit v1.2.3