mirror of https://github.com/bastienwirtz/homer
fix(neon-theme): add missing highlight-variant-inverted colors for better contrast
Adds --highlight-variant-inverted color definitions to both light and dark variants of the neon theme to improve text contrast against the bright neon green background.pull/980/head
parent
308deb95e0
commit
18218d7949
|
@ -13,6 +13,7 @@
|
|||
--link: #b5ff57;
|
||||
--link-hover: #8cce36;
|
||||
--background-image: none;
|
||||
--highlight-variant-inverted: #2d2d2d;
|
||||
}
|
||||
|
||||
.theme-neon.dark {
|
||||
|
@ -29,6 +30,7 @@
|
|||
--link: #b5ff57;
|
||||
--link-hover: #aeff45;
|
||||
--background-image: none;
|
||||
--highlight-variant-inverted: #696969;
|
||||
}
|
||||
|
||||
// theme
|
||||
|
|
Loading…
Reference in New Issue