honey/css/Flags/Dark.css

16 lines
211 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-23 23:32:25 +02:00
body.dark #theme-switcher i::before {
--hidden: 1;
}
2023-10-14 02:17:58 +02:00
body.dark #theme-switcher i::after {
2023-10-23 23:32:25 +02:00
--hidden: 0;
2023-10-14 02:01:33 +02:00
}