Skip to content

Commit 74964aa

Browse files
committed
style: small tweaks in colors by adding opacity
1 parent 77cc494 commit 74964aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/styles/variables.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
--spacing-large: 60px;
8787
--spacing-xlarge: 100px;
8888

89-
--text-color: #000000;
89+
--text-color: #000000cb;
9090
--background-color: #ffffff;
9191
--linear-gradient-on-card: linear-gradient(
9292
0deg,
@@ -221,7 +221,7 @@
221221

222222
/* Dark theme */
223223
html.dark {
224-
--text-color: #f0f0f0;
224+
--text-color: #f0f0f0da;
225225
--background-color: #1e1d20;
226226
--linear-gradient-on-card: linear-gradient(
227227
0deg,
@@ -244,7 +244,7 @@ html.dark {
244244
--orange: #d97f26;
245245
--orange-light: #3a2410;
246246

247-
--purple: #7c3b82;
247+
--purple: #9253a1;
248248
--purple-light: #2c0e2f;
249249

250250
--red: #d1414c;

0 commit comments

Comments
 (0)