Skip to content

Commit a9b480a

Browse files
authored
fix: use same colors for text links in dark mode (#215)
1 parent 92f9c04 commit a9b480a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

styles/base.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -208,9 +208,6 @@
208208
&:has(body.color-scheme-dark) {
209209
--color-background-default: var(--spectrum-gray-25);
210210
--color-background-highlighted-element: var(--spectrum-gray-50);
211-
212-
--color-text-link: var(--spectrum-blue-800);
213-
--color-text-link-hover: var(--spectrum-blue-900);
214211
}
215212

216213
/* Gradients */

0 commit comments

Comments
 (0)