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
 // Site-wide colour definitions
1
 // Site-wide colour definitions
2
 
2
 
3
+$darkest-gray: #2a2f35
3
 $dark-gray: #565656
4
 $dark-gray: #565656
4
 $gray: #787878
5
 $gray: #787878
5
 $light-gray: #efefef
6
 $light-gray: #efefef
9
 $light-green: #eeffee
10
 $light-green: #eeffee
10
 $green: #669966
11
 $green: #669966
11
 
12
 
13
+$text: $darkest-gray
14
+
12
 $update-border: $green
15
 $update-border: $green
13
 $update-background: $light-green
16
 $update-background: $light-green
14
 
17
 

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

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

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

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

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

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

Loading…
Cancel
Save