Cleanup styles

This commit is contained in:
He4eT 2023-08-17 04:13:22 +03:00
commit a66868cf0c
5 changed files with 28 additions and 42 deletions

View file

@ -5,20 +5,18 @@ html, body {
}
.popup {
--color-bg: #eeeeee;
--step: 8px;
--color-bg: #ffffff;
--color-text: #333333;
--color-accent: #666666;
--color-accent: #777777;
--step: 8px;
--color-accent: #888888;
}
@media (prefers-color-scheme: dark) {
.popup {
--color-bg: darkgray;
--color-text: white;
--color-accent: blue;
--color-bg: #1c1c1c;
--color-text: #eeeeee;
--color-accent: #cccccc;
}
}
@ -26,7 +24,7 @@ html, body {
*:focus-visible {
outline-color: var(--color-accent);
outline-offset: 2px;
outline-offset: 4px;
outline-style: solid;
outline-width: 1px;
}