We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c4a1500 + 2581289 commit 27f563bCopy full SHA for 27f563b
static/css/atoms.css
@@ -45,6 +45,7 @@
45
--light-blue: #c3d8e4;
46
--dark-blue: #273f57;
47
--red: #AB0909;
48
+ --purple: #5F41AB;
49
50
/* Generic color properties */
51
--background-color: var(--gray);
static/css/cards/header.css
@@ -68,6 +68,7 @@
68
margin: 0 auto;
69
padding: var(--space-sm);
70
color: var(--text-color);
71
+ --fill-color: var(--purple);
72
}
73
74
.opinion-banner * {
0 commit comments