mirror of
https://github.com/khairul169/honey.git
synced 2025-04-28 23:09:32 +07:00
12 lines
164 B
CSS
12 lines
164 B
CSS
body.dark {
|
|
--color: #EEE;
|
|
--color2: #EEE9;
|
|
--background: #1118;
|
|
--bg2: #0008;
|
|
--hover: #FFF1;
|
|
}
|
|
|
|
body.dark #theme-switcher i::after {
|
|
content: "dark_mode"
|
|
}
|