Skip to content

Commit 27f563b

Browse files
Merge pull request #35 from mcclatchy/PE-400-purple-color-update
PE-400 purple color update
2 parents c4a1500 + 2581289 commit 27f563b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

static/css/atoms.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
--light-blue: #c3d8e4;
4646
--dark-blue: #273f57;
4747
--red: #AB0909;
48+
--purple: #5F41AB;
4849

4950
/* Generic color properties */
5051
--background-color: var(--gray);

static/css/cards/header.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
margin: 0 auto;
6969
padding: var(--space-sm);
7070
color: var(--text-color);
71+
--fill-color: var(--purple);
7172
}
7273

7374
.opinion-banner * {

0 commit comments

Comments
 (0)