Browse Source

Font size and colour tweaks

master
Chris Smith 4 years ago
parent
commit
aa6dd316eb
Signed by: Chris Smith <chris@chameth.com> GPG Key ID: 3A2D4BBDC4A3C9A9

+ 3
- 0
site/assets/style/_colours.sass View File

@@ -1,5 +1,6 @@
1 1
 // Site-wide colour definitions
2 2
 
3
+$darkest-gray: #2a2f35
3 4
 $dark-gray: #565656
4 5
 $gray: #787878
5 6
 $light-gray: #efefef
@@ -9,6 +10,8 @@ $cyan: #49bf9d
9 10
 $light-green: #eeffee
10 11
 $green: #669966
11 12
 
13
+$text: $darkest-gray
14
+
12 15
 $update-border: $green
13 16
 $update-background: $light-green
14 17
 

+ 2
- 5
site/assets/style/_text.sass View File

@@ -1,16 +1,13 @@
1 1
 // Properties relating to text
2 2
 
3 3
 body
4
-  color: $dark-gray
4
+  color: $text
5 5
   font-family: "Aileron Regular", Helvetica, sans-serif
6
-  font-size: 16pt
6
+  font-size: 18px
7 7
   font-weight: 400
8 8
   line-height: 1.75em
9 9
   -webkit-text-size-adjust: none
10 10
 
11
-  @media screen and (max-width: 1800px)
12
-    font-size: 12pt
13
-
14 11
 a
15 12
   color: $cyan
16 13
   text-decoration-skip-ink: auto

+ 1
- 1
site/assets/style/modules/_articles.sass View File

@@ -14,7 +14,7 @@ article
14 14
   header p
15 15
     position: relative
16 16
     margin: -1em 0 1.5em 0
17
-    color: #939393
17
+    color: $gray
18 18
     font-size: 1.25em
19 19
     line-height: 1.5em
20 20
 

+ 1
- 1
site/assets/style/modules/_headings.sass View File

@@ -1,7 +1,7 @@
1 1
 // Header elements (h1..h6)
2 2
 
3 3
 h1, h2, h3, h4, h5, h6
4
-  color: $dark-gray
4
+  color: $darkest-gray
5 5
   font-weight: 800
6 6
   font-family: "League Spartan", sans-serif
7 7
   line-height: 1.5em

Loading…
Cancel
Save