Skip to content

Commit 9bc04ce

Browse files
committed
Use a more saturated colour scheme
1 parent 7bd9840 commit 9bc04ce

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/styles/app.scss

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
$body-font: 'Fira Sans', Helvetica, Arial, sans-serif;
44
$header-font: 'Alfa Slab One', serif;
55

6-
$gray: #454C52;
7-
$red: #C14566;
8-
$green: #398277;
9-
$purple: #403D58;
10-
$yellow: #FFD45E;
6+
$gray: #2A3439;
7+
$red: #CC2854;
8+
$green: #1E9986;
9+
$purple: #432866;
10+
$yellow: #FFC832;
1111
$border-radius: 4px;
1212
$link-color: #1EAEDB;
13-
$footer-gray: #303030;
13+
$footer-gray: $gray;
1414

1515
html {
1616
font-size: 62.5%

0 commit comments

Comments
 (0)