honey/css/Flags/Dark.css

12 lines
164 B
CSS
Raw Normal View History

2023-10-14 02:01:33 +02:00
body.dark {
--color: #EEE;
2023-10-23 22:16:02 +02:00
--color2: #EEE6;
2023-10-14 02:01:33 +02:00
--background: #1118;
--bg2: #0008;
--hover: #FFF1;
}
2023-10-14 02:17:58 +02:00
body.dark #theme-switcher i::after {
2023-10-14 02:01:33 +02:00
content: "dark_mode"
}