Skip to content

Commit f270b63

Browse files
committed
change main header button light hover bg color
1 parent 297ebe4 commit f270b63

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/ui/layout/main-header.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export function MainHeader(props: NavProps) {
8383
<li>
8484
<A
8585
href="/"
86-
class="transition-all duration-250 rounded-lg hover:bg-blue-200 dark:hover:bg-blue-500/10 text-slate-900 dark:text-slate-200 relative overflow-hidden px-4 py-2"
86+
class="transition-all duration-250 rounded-lg hover:bg-blue-100 dark:hover:bg-blue-500/10 text-slate-900 dark:text-slate-200 relative overflow-hidden px-4 py-2"
8787
classList={{
8888
"text-black dark:!text-white !bg-blue-200 dark:!bg-blue-500/20":
8989
!notSolidCore() && !translatedLocale(),
@@ -96,7 +96,7 @@ export function MainHeader(props: NavProps) {
9696
<li>
9797
<A
9898
href="/solid-router"
99-
class="transition-all duration-250 rounded-lg hover:bg-blue-200 dark:hover:bg-blue-500/10 text-slate-900 dark:text-slate-200 px-4 py-2"
99+
class="transition-all duration-250 rounded-lg hover:bg-blue-100 dark:hover:bg-blue-500/10 text-slate-900 dark:text-slate-200 px-4 py-2"
100100
activeClass="text-black dark:!text-white !bg-blue-200 dark:!bg-blue-500/20"
101101
addLocale
102102
>
@@ -106,7 +106,7 @@ export function MainHeader(props: NavProps) {
106106
<li>
107107
<A
108108
href="/solid-start"
109-
class="transition-all duration-250 rounded-lg hover:bg-blue-200 dark:hover:bg-blue-500/10 text-slate-900 dark:text-slate-200 px-4 py-2"
109+
class="transition-all duration-250 rounded-lg hover:bg-blue-100 dark:hover:bg-blue-500/10 text-slate-900 dark:text-slate-200 px-4 py-2"
110110
activeClass="text-black dark:!text-white !bg-blue-200 dark:!bg-blue-500/20"
111111
addLocale
112112
>
@@ -116,7 +116,7 @@ export function MainHeader(props: NavProps) {
116116
<li>
117117
<A
118118
href="/solid-meta"
119-
class="transition-all duration-250 rounded-lg hover:bg-blue-200 dark:hover:bg-blue-500/10 text-slate-900 dark:text-slate-200 px-4 py-2"
119+
class="transition-all duration-250 rounded-lg hover:bg-blue-100 dark:hover:bg-blue-500/10 text-slate-900 dark:text-slate-200 px-4 py-2"
120120
activeClass="text-black dark:!text-white !bg-blue-200 dark:!bg-blue-500/20"
121121
addLocale
122122
>

0 commit comments

Comments
 (0)