mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-27 01:33:04 +00:00
search: let x action glow in the dark #402
This commit is contained in:
parent
ed29c7c8ae
commit
117ff6e38e
1 changed files with 11 additions and 0 deletions
|
@ -178,6 +178,17 @@ body #sidebar ul.topics li.active > a {
|
||||||
0 0 8px var(--INTERNAL-MENU-SECTION-ACTIVE-CATEGORY-color);
|
0 0 8px var(--INTERNAL-MENU-SECTION-ACTIVE-CATEGORY-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body #sidebar .searchbox button:hover,
|
||||||
|
body .searchbox span:hover {
|
||||||
|
color: #fff;
|
||||||
|
text-shadow:
|
||||||
|
0 0 1px #fff,
|
||||||
|
0 0 2px #fff,
|
||||||
|
0 0 8px #808080,
|
||||||
|
0 0 4px var(--INTERNAL-MENU-SEARCH-color),
|
||||||
|
0 0 8px var(--INTERNAL-MENU-SEARCH-color);
|
||||||
|
}
|
||||||
|
|
||||||
body #sidebar select:hover,
|
body #sidebar select:hover,
|
||||||
body #sidebar .collapsible-menu .toggle:hover,
|
body #sidebar .collapsible-menu .toggle:hover,
|
||||||
body #sidebar .select-container:hover,
|
body #sidebar .select-container:hover,
|
||||||
|
|
Loading…
Reference in a new issue