mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-01-01 01:16:26 +00:00
Fix compass/sass deprecation warnings
This commit is contained in:
@ -1,11 +1,11 @@
|
||||
#header
|
||||
background-color: {!header_bg}
|
||||
border-bottom: 1px solid #{!header_border}
|
||||
background-color: $header_bg
|
||||
border-bottom: 1px solid #{$header_border}
|
||||
padding: 25px 0
|
||||
h1
|
||||
display: inline-block
|
||||
margin: 0
|
||||
a.title
|
||||
font-weight: normal
|
||||
color: #{!title_color}
|
||||
color: #{$title_color}
|
||||
text-decoration: none
|
||||
Reference in New Issue
Block a user