mirror of
https://github.com/bastienwirtz/homer.git
synced 2026-01-22 18:06:11 +00:00
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.
This commit is contained in:
parent
61d5d0b722
commit
e4588bc634
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue