Disable light color scheme

pull/1060/head
Igor Chubin 1 week ago
parent 647cafaedf
commit 5a22ca563d

@ -4,12 +4,14 @@ body {
} }
/* Switch to light mode if the user prefers it */ /* Switch to light mode if the user prefers it */
/*
@media (prefers-color-scheme: light) { @media (prefers-color-scheme: light) {
body { body {
background-color: #ffffff; /* Light background */ background-color: #ffffff;
color: #000000; /* Dark text */ color: #000000;
} }
} }
*/
pre { pre {
/* font-family: source_code_proregular; */ /* font-family: source_code_proregular; */

Loading…
Cancel
Save