mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
Fix CSS
This commit is contained in:
parent
9a19d872b1
commit
f07ccd3402
2 changed files with 8 additions and 8 deletions
|
@ -29,7 +29,7 @@
|
|||
background: #333;
|
||||
}
|
||||
|
||||
:root.dark .focused, .focused .url {
|
||||
:root.dark .focused, :root.dark .focused .url {
|
||||
color: var(--foreground-bright);
|
||||
background: #204e8a;
|
||||
}
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
:root.TridactylThemeDark span.TridactylHint {
|
||||
color: white;
|
||||
background-color: #204e8a;
|
||||
color: white !important;
|
||||
background-color: #204e8a !important;
|
||||
}
|
||||
|
||||
:root.TridactylThemeDark .TridactylHintElem, :root.TridactylThemeDark .TridactylHintActive {
|
||||
color: #333 !important;
|
||||
color: #333 !important !important;
|
||||
}
|
||||
|
||||
:root.TridactylThemeDark .TridactylHintElem {
|
||||
background-color: rgba(13, 31, 54, 0.25);
|
||||
outline: 1px solid #204e8a;
|
||||
background-color: rgba(13, 31, 54, 0.25) !important;
|
||||
outline: 1px solid #204e8a !important;
|
||||
}
|
||||
|
||||
:root.TridactylThemeDark .TridactylHintActive {
|
||||
background-color: #88FF00;
|
||||
outline: 1px solid #000;
|
||||
background-color: #88FF00 !important;
|
||||
outline: 1px solid #000 !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue