Contrast fixes.

This commit is contained in:
kat witch 2021-08-17 04:13:08 +01:00
parent 6ed8bdfacd
commit 0d29093832
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72

View file

@ -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 {