diff options
| author | alex <alex@pdp7.net> | 2026-02-15 20:16:44 +0100 |
|---|---|---|
| committer | alex <alex@pdp7.net> | 2026-02-15 20:21:01 +0100 |
| commit | 47fe10e00a76bb9d5f60758b24231135e20906bf (patch) | |
| tree | a85f805c14c3104640c6fbacc06ead5a037b0e11 /blog/style.css | |
| parent | e05dee11a50f75b266f91d80fc91a493ceda8ae0 (diff) | |
Migrate to coppewebitemaster
Diffstat (limited to 'blog/style.css')
| -rw-r--r-- | blog/style.css | 15 |
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; +} |
