From 5a22ca563d984e3f74087cf87bc9b61769f9e39f Mon Sep 17 00:00:00 2001 From: Igor Chubin Date: Mon, 27 Jan 2025 20:57:26 +0100 Subject: [PATCH] Disable light color scheme --- share/static/style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/share/static/style.css b/share/static/style.css index d54b29e..9ae2ab0 100644 --- a/share/static/style.css +++ b/share/static/style.css @@ -4,12 +4,14 @@ body { } /* Switch to light mode if the user prefers it */ +/* @media (prefers-color-scheme: light) { body { - background-color: #ffffff; /* Light background */ - color: #000000; /* Dark text */ + background-color: #ffffff; + color: #000000; } } +*/ pre { /* font-family: source_code_proregular; */