aboutsummaryrefslogtreecommitdiff
path: root/blog/style.css
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2026-02-15 20:16:44 +0100
committeralex <alex@pdp7.net>2026-02-15 20:21:01 +0100
commit47fe10e00a76bb9d5f60758b24231135e20906bf (patch)
treea85f805c14c3104640c6fbacc06ead5a037b0e11 /blog/style.css
parente05dee11a50f75b266f91d80fc91a493ceda8ae0 (diff)
Migrate to coppewebitemaster
Diffstat (limited to 'blog/style.css')
-rw-r--r--blog/style.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/blog/style.css b/blog/style.css
new file mode 100644
index 00000000..a7b41a53
--- /dev/null
+++ b/blog/style.css
@@ -0,0 +1,15 @@
+:root {
+ color-scheme: light dark;
+}
+body {
+ max-width: 40em;
+ margin-left: auto;
+ margin-right: auto;
+ padding-left: 2em;
+ padding-right: 2em;
+}
+p, blockquote, li {
+ /* from Mozilla reader mode */
+ line-height: 1.6em;
+ font-size: 20px;
+}