diff options
| author | mion <> | 2026-02-11 22:59:23 +0000 |
|---|---|---|
| committer | mion <> | 2026-02-11 22:59:23 +0000 |
| commit | 9ac5ed19e543f15aff7ce2f426b1444867fd1b21 (patch) | |
| tree | f6e798dfa86336ca48d79e6a8a23ce1e51b72faa /html/simple.css | |
test
Diffstat (limited to 'html/simple.css')
| -rw-r--r-- | html/simple.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/html/simple.css b/html/simple.css new file mode 100644 index 0000000..88902a8 --- /dev/null +++ b/html/simple.css @@ -0,0 +1,9 @@ +html { + color-scheme: light dark; +} + +body { + max-width: 960px; + margin-left: auto; + margin-right: auto; +}
\ No newline at end of file |
