mirror of
https://github.com/He4eT/tabswiper.git
synced 2026-05-05 00:57:23 +00:00
Cleanup styles
This commit is contained in:
parent
719c5841e7
commit
a66868cf0c
5 changed files with 28 additions and 42 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue