mirror of
https://github.com/khairul169/honey.git
synced 2025-04-28 23:09:32 +07:00
23 lines
330 B
CSS
23 lines
330 B
CSS
html {
|
|
--color: #EEE;
|
|
--color2: #EEE9;
|
|
--background: #1118;
|
|
--bg2: #0008;
|
|
--hover: #FFF1;
|
|
}
|
|
.box .icon {
|
|
background: hsl(var(--color), 100%, 80%);
|
|
color: hsl(var(--color), 100%, 28%);
|
|
}
|
|
.setting:hover {
|
|
background: #2228;
|
|
}
|
|
.setting.checked {
|
|
background: #36F;
|
|
}
|
|
.hostedby {
|
|
color: #FFF7;
|
|
}
|
|
.hostedby b {
|
|
color: #79F;
|
|
} |