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