commit 5a93799ae30a87800bc542946959a571ad4ff38b parent a4d22b19da770955ffd3df52cd3227d4cbde4816 Author: Hunter Date: Mon, 7 Jul 2025 15:42:10 -0400 remove light mode theme Diffstat:
| M | index.html | | | 8 | -------- |
1 file changed, 0 insertions(+), 8 deletions(-)
diff --git a/index.html b/index.html @@ -12,14 +12,6 @@ --preview-bg: #2d2d2d; } - @media (prefers-color-scheme: light) { - :root { - --bg-color: #f0f0f0; - --text-color: #333; - --editor-bg: #fafafa; - --preview-bg: white; - } - } * { margin: 0;