@@ -83,9 +83,9 @@ export function MainHeader(props: NavProps) {
8383 < li >
8484 < A
8585 href = "/"
86- class = "transition-all duration-250 rounded-lg dark:hover:bg-blue-500/10 text-slate-900 dark:text-slate-300 relative overflow-hidden drop-shadow-[0_35px_35px_rgba(1,1,1,1.75)] px-4 py-2"
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"
8787 classList = { {
88- "dark:!text-slate-100 dark:!bg-blue-500/20" :
88+ "text-black dark:!text-white !bg-blue-200 dark:!bg-blue-500/20" :
8989 ! notSolidCore ( ) && ! translatedLocale ( ) ,
9090 } }
9191 addLocale
@@ -96,8 +96,8 @@ export function MainHeader(props: NavProps) {
9696 < li >
9797 < A
9898 href = "/solid-router"
99- class = "transition-all duration-250 rounded-lg dark:hover:bg-blue-500/10 text-slate-900 dark:text-slate-300 px-4 py-2"
100- activeClass = "dark:!text-slate-100 dark:!bg-blue-500/20"
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"
100+ activeClass = "text-black dark:!text-white !bg-blue-200 dark:!bg-blue-500/20"
101101 addLocale
102102 >
103103 Router
@@ -106,8 +106,8 @@ export function MainHeader(props: NavProps) {
106106 < li >
107107 < A
108108 href = "/solid-start"
109- class = "transition-all duration-250 rounded-lg dark:hover:bg-blue-500/10 text-slate-900 dark:text-slate-300 px-4 py-2"
110- activeClass = "dark:!text-slate-100 dark:!bg-blue-500/20"
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"
110+ activeClass = "text-black dark:!text-white !bg-blue-200 dark:!bg-blue-500/20"
111111 addLocale
112112 >
113113 SolidStart
@@ -116,8 +116,8 @@ export function MainHeader(props: NavProps) {
116116 < li >
117117 < A
118118 href = "/solid-meta"
119- class = "transition-all duration-250 rounded-lg dark:hover:bg-blue-500/10 text-slate-900 dark:text-slate-300 px-4 py-2"
120- activeClass = "dark:!text-slate-100 dark:!bg-blue-500/20"
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"
120+ activeClass = "text-black dark:!text-white !bg-blue-200 dark:!bg-blue-500/20"
121121 addLocale
122122 >
123123 Meta
0 commit comments