From 34c46451bda6a042d8807c933a6d3cc666614b10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Fri, 4 Oct 2024 16:02:22 +0200 Subject: [PATCH] theme: fix home button styling --- assets/css/theme-neon.css | 2 +- assets/css/theme.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/css/theme-neon.css b/assets/css/theme-neon.css index b89608cd5b..259c90822a 100644 --- a/assets/css/theme-neon.css +++ b/assets/css/theme-neon.css @@ -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 ), diff --git a/assets/css/theme.css b/assets/css/theme.css index 41487bd724..a48d78cc21 100644 --- a/assets/css/theme.css +++ b/assets/css/theme.css @@ -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); }