We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77cc494 commit 74964aaCopy full SHA for 74964aa
src/styles/variables.css
@@ -86,7 +86,7 @@
86
--spacing-large: 60px;
87
--spacing-xlarge: 100px;
88
89
- --text-color: #000000;
+ --text-color: #000000cb;
90
--background-color: #ffffff;
91
--linear-gradient-on-card: linear-gradient(
92
0deg,
@@ -221,7 +221,7 @@
221
222
/* Dark theme */
223
html.dark {
224
- --text-color: #f0f0f0;
+ --text-color: #f0f0f0da;
225
--background-color: #1e1d20;
226
227
@@ -244,7 +244,7 @@ html.dark {
244
--orange: #d97f26;
245
--orange-light: #3a2410;
246
247
- --purple: #7c3b82;
+ --purple: #9253a1;
248
--purple-light: #2c0e2f;
249
250
--red: #d1414c;
0 commit comments