diff options
Diffstat (limited to 'stylesheets/simple.css')
| -rw-r--r-- | stylesheets/simple.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/stylesheets/simple.css b/stylesheets/simple.css new file mode 100644 index 0000000..88902a8 --- /dev/null +++ b/stylesheets/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 |
