From 9ac5ed19e543f15aff7ce2f426b1444867fd1b21 Mon Sep 17 00:00:00 2001 From: mion <> Date: Wed, 11 Feb 2026 22:59:23 +0000 Subject: test --- html/simple.css | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 html/simple.css (limited to 'html/simple.css') 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 -- cgit v1.2.3