Skip to content

Commit 9da0c62

Browse files
authored
Merge pull request #69 from xsnippet/title
Title styles fix
2 parents 71716d4 + 0681dd1 commit 9da0c62

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

src/styles/common/Title.styl

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
@import './variables.styl'
22

33
.title
4-
font-size: 23px
5-
font-weight: 300
6-
color: text-grey
74
margin-bottom: 20px
5+
color: title-text
6+
font-family: font-roboto
7+
font-size: 24px
8+
font-weight: 300

src/styles/common/variables.styl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ text-light = color-white-white-s100
66
text-green = color-niagara-green-s75
77
text-dark-green = color-elf-green-green-s82
88
text-grey = color-shady-lady-grey-s0
9+
title-text = color-night-rider-grey-s0
910

1011
border-light = color-white-smoke-white-s0
1112
border-dark = rgba(color-night-rider-grey-s0, .4)

0 commit comments

Comments
 (0)