Skip to content
This repository was archived by the owner on Apr 12, 2023. It is now read-only.

Commit 0a1bd4c

Browse files
committed
Dark mode quick fix
1 parent eac9a1d commit 0a1bd4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles/globals.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ a {
2222

2323
* {
2424
background: var(--a-gray-900) !important;
25-
color: var(--a-gray-200);
25+
color: var(--a-gray-200) !important;
2626
}
2727
}
2828

0 commit comments

Comments
 (0)