summaryrefslogtreecommitdiff
path: root/html/simple.css
diff options
context:
space:
mode:
Diffstat (limited to 'html/simple.css')
-rw-r--r--html/simple.css9
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