summaryrefslogtreecommitdiff
path: root/stylesheets/simple.css
diff options
context:
space:
mode:
authormion <>2026-02-11 22:59:23 +0000
committermion <>2026-02-11 22:59:23 +0000
commit9ac5ed19e543f15aff7ce2f426b1444867fd1b21 (patch)
treef6e798dfa86336ca48d79e6a8a23ce1e51b72faa /stylesheets/simple.css
test
Diffstat (limited to 'stylesheets/simple.css')
-rw-r--r--stylesheets/simple.css9
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