1
0
Fork 0
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:
Rodrigo Maia 2025-08-30 22:12:08 -03:00 committed by Bastien Wirtz
parent 61d5d0b722
commit e4588bc634

View file

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