theme: fix home button styling

This commit is contained in:
Sören Weber 2024-10-04 16:02:22 +02:00
parent 3228097450
commit 34c46451bd
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D
2 changed files with 3 additions and 3 deletions

View file

@ -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 ),

View file

@ -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);
}