mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-27 01:33:04 +00:00
theme: add missing style for select box
This commit is contained in:
parent
5683dd330e
commit
c48d564776
1 changed files with 1 additions and 0 deletions
|
@ -107,6 +107,7 @@ a:hover,
|
|||
color: var(--INTERNAL-MENU-SECTIONS-LINK-color);
|
||||
}
|
||||
|
||||
#sidebar select:hover,
|
||||
#sidebar a:hover {
|
||||
color: var(--INTERNAL-MENU-SECTIONS-LINK-HOVER-color);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue