Skip to content

Commit 66f7037

Browse files
authored
Use a more saturated colour scheme (#993)
1 parent 4eff3cc commit 66f7037

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/styles/app.scss

Lines changed: 7 additions & 7 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: #a72145;
8+
$green: #0b7261;
9+
$purple: #432866;
10+
$yellow: #ffc832;
1111
$border-radius: 4px;
12-
$link-color: #1eaedb;
13-
$footer-gray: #303030;
12+
$link-color: #4299bf;
13+
$footer-gray: $gray;
1414

1515
html {
1616
font-size: 62.5%;

0 commit comments

Comments
 (0)