Skip to content

Commit 9a4d2fa

Browse files
fix(styles): update sidebar link hover color to neutral grey for better contrast (#7894)
1 parent 8c47eeb commit 9a4d2fa

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

packages/ui-components/src/Containers/MetaBar/index.module.css

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757

5858
&:hover {
5959
@apply text-neutral-700
60-
dark:text-neutral-600;
60+
dark:text-neutral-500;
6161
}
6262
}
6363

@@ -68,22 +68,6 @@
6868
flex-col
6969
gap-1.5
7070
p-0;
71-
72-
li {
73-
a {
74-
@apply font-semibold
75-
text-neutral-900
76-
underline
77-
transition-colors
78-
duration-200
79-
dark:text-white;
80-
81-
&:hover {
82-
@apply text-neutral-700
83-
dark:text-neutral-600;
84-
}
85-
}
86-
}
8771
}
8872

8973
svg {

0 commit comments

Comments
 (0)