mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
Contrast fixes.
This commit is contained in:
parent
6ed8bdfacd
commit
0d29093832
1 changed files with 2 additions and 2 deletions
|
|
@ -107,11 +107,11 @@ in
|
|||
}
|
||||
.tab.discarded {
|
||||
background-color: ${base16.base00};
|
||||
color: ${base16.base01} !important;
|
||||
color: ${base16.base02} !important;
|
||||
}
|
||||
.tab.discarded:hover {
|
||||
background-color: ${base16.base01} !important;
|
||||
color: ${base16.base02} !important;
|
||||
color: ${base16.base03} !important;
|
||||
}
|
||||
|
||||
:root .tab .highlighter::before {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue