mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
menu: make neon select boxes glowing
This commit is contained in:
parent
3a474faea1
commit
5683dd330e
2 changed files with 2 additions and 0 deletions
|
@ -172,6 +172,7 @@ body #sidebar ul li.active > a {
|
|||
0 0 8px var(--INTERNAL-MENU-SECTION-ACTIVE-CATEGORY-color);
|
||||
}
|
||||
|
||||
body #sidebar select:hover,
|
||||
body #sidebar a:hover {
|
||||
color: #fff;
|
||||
text-shadow:
|
||||
|
|
|
@ -169,6 +169,7 @@ th {
|
|||
color: #bababa; /* var(--MENU-SECTIONS-LINK-color) */
|
||||
}
|
||||
|
||||
#sidebar select:hover,
|
||||
#sidebar a:hover {
|
||||
color: #ffffff; /* var(--MENU-SECTIONS-LINK-HOVER-color) */
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue