Skip to content

Commit 76d9f6f

Browse files
committed
accent-contrast-color change
1 parent 9928016 commit 76d9f6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
:root {
22
--accent: #a6e3a1; /* 1 of 5 basic colors */
33
--background: #000000; /* background color; inherit shades of the accent */
4-
--accent-contrast-color: #000000; /* mainly uses for text on the accent backgrounds but not limited */
4+
--accent-contrast-color: #1e1e2e; /* mainly uses for text on the accent backgrounds but not limited */
55
--color: #cdd6f4; /* text color, also some other text use the variable in color mixing */
66
--border-color: #94e2d5; /* border color */
77
}

0 commit comments

Comments
 (0)