frontend update
This commit is contained in:
@@ -59,20 +59,20 @@ body
|
||||
font-size: 14px
|
||||
font-family: $font-family-content
|
||||
line-height: 1.5
|
||||
color: #848585
|
||||
color: $text-color
|
||||
position: relative
|
||||
h1
|
||||
font-size: 28px
|
||||
padding: 0.5em 0 0.2em 0
|
||||
line-height: 1.4
|
||||
font-family: $font-family-headers
|
||||
color: #AE571F
|
||||
color: $header-color
|
||||
h2
|
||||
font-size: 24px
|
||||
padding: 0.5em 0 0.2em 0
|
||||
line-height: 1.2
|
||||
font-family: $font-family-headers
|
||||
color: #AE571F
|
||||
color: $header-color
|
||||
|
||||
background-image: image-url('theme1/wall-bg.jpg')
|
||||
background-position: center top
|
||||
|
||||
@@ -5,6 +5,8 @@ $content-max-width: 962px
|
||||
$cth-height: 48px
|
||||
$green-original: #99CB23
|
||||
$green: #7BB459 //Heineken
|
||||
$header-color: #AE571F
|
||||
$text-color: #333
|
||||
$font-family-content: Georgia, serif
|
||||
@import font-awesome
|
||||
@import ./mixins
|
||||
|
||||
Reference in New Issue
Block a user