Skip to content

Commit 6e16186

Browse files
authored
Match colours with main website (#533)
1 parent e75874a commit 6e16186

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

src/styles/app.scss

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
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: #2e2459;
10+
$yellow: #ffc832;
1111

1212
html {
1313
font-size: 62.5%
@@ -163,8 +163,8 @@ ul, ol {
163163
padding-left: 1.2em;
164164
}
165165

166-
.purple {
167-
background-color: $purple;
166+
.posts {
167+
background-color: $gray;
168168
color: white;
169169
.highlight {
170170
background-color: $red;

templates/index.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</div>
1818
</header>
1919

20-
<section id="posts" class="purple">
20+
<section id="posts" class="posts">
2121
<div class="w-100 mw-none ph3 mw8-m mw9-l center f3">
2222

2323
<table class="post-list collapse w-100 f2-l f2-m f3-s">

0 commit comments

Comments
 (0)