mirror of
https://github.com/McShelby/hugo-theme-relearn
synced 2025-04-30 06:22:03 +08:00
theme: fix home button styling
This commit is contained in:
parent
3228097450
commit
34c46451bd
@ -191,7 +191,7 @@ body #R-sidebar li.active > :is( a, span ) {
|
||||
0 0 8px var(--INTERNAL-MENU-SECTION-ACTIVE-CATEGORY-color);
|
||||
}
|
||||
|
||||
body #R-homelinks a:hover {
|
||||
body #R-homelinks.homelinks a:hover {
|
||||
color: rgba( 255, 255, 255, 1 );
|
||||
text-shadow:
|
||||
0 0 1px rgba( 255, 255, 255, 1 ),
|
||||
|
@ -1487,10 +1487,10 @@ pre:not(.mermaid) .copy-to-clipboard-button:hover {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#R-homelinks a {
|
||||
#R-homelinks.homelinks a {
|
||||
color: var(--INTERNAL-MENU-HOME-LINK-color);
|
||||
}
|
||||
#R-homelinks a:hover {
|
||||
#R-homelinks.homelinks a:hover {
|
||||
color: var(--INTERNAL-MENU-HOME-LINK-HOVER-color);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user