Skip to content

Commit 5547d1a

Browse files
committed
fix: accent color contrast vs normal text (body)
Make body text darker. (Previous commit made link color lighter.)
1 parent 39999f4 commit 5547d1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/_imports/elements/root.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ body {
3838
min-width: 290px; /* developer-decided value */
3939

4040
/* To overwrite Bootstrap */
41-
color: var(--global-color-primary--x-dark);
41+
color: var(--global-color-primary--xx-dark);
4242

4343
/* Prevent trackpad scroll from showing white background beyond page height */
4444
overscroll-behavior-y: none;

0 commit comments

Comments
 (0)