mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-22 23:37:53 +00:00
theme: fix home button styling
This commit is contained in:
parent
3228097450
commit
34c46451bd
2 changed files with 3 additions and 3 deletions
|
@ -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…
Reference in a new issue