We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9928016 commit 76d9f6fCopy full SHA for 76d9f6f
static/style.css
@@ -1,7 +1,7 @@
1
:root {
2
--accent: #a6e3a1; /* 1 of 5 basic colors */
3
--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 */
+ --accent-contrast-color: #1e1e2e; /* mainly uses for text on the accent backgrounds but not limited */
5
--color: #cdd6f4; /* text color, also some other text use the variable in color mixing */
6
--border-color: #94e2d5; /* border color */
7
}
0 commit comments