mirror of
https://github.com/khairul169/honey.git
synced 2025-04-28 23:09:32 +07:00
16 lines
211 B
CSS
16 lines
211 B
CSS
body.dark {
|
|
--color: #EEE;
|
|
--color2: #EEE6;
|
|
--background: #1118;
|
|
--bg2: #0008;
|
|
--hover: #FFF1;
|
|
}
|
|
|
|
body.dark #theme-switcher i::before {
|
|
--hidden: 1;
|
|
}
|
|
|
|
body.dark #theme-switcher i::after {
|
|
--hidden: 0;
|
|
}
|