aboutsummaryrefslogtreecommitdiff
path: root/blog/style.css
diff options
context:
space:
mode:
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;
+}