We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 71716d4 + 0681dd1 commit 9da0c62Copy full SHA for 9da0c62
src/styles/common/Title.styl
@@ -1,7 +1,8 @@
1
@import './variables.styl'
2
3
.title
4
- font-size: 23px
5
- font-weight: 300
6
- color: text-grey
7
margin-bottom: 20px
+ color: title-text
+ font-family: font-roboto
+ font-size: 24px
8
+ font-weight: 300
src/styles/common/variables.styl
@@ -6,6 +6,7 @@ text-light = color-white-white-s100
text-green = color-niagara-green-s75
text-dark-green = color-elf-green-green-s82
text-grey = color-shady-lady-grey-s0
9
+title-text = color-night-rider-grey-s0
10
11
border-light = color-white-smoke-white-s0
12
border-dark = rgba(color-night-rider-grey-s0, .4)
0 commit comments