mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-02-10 23:40:54 +00:00
1. Added support for styled subtitle in header
2. Added javascript detection for placeholder 3. Added backup style for search field with no-placeholder support
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
body > header {
|
||||
background-color: $header_bg;
|
||||
background-color: $header-bg;
|
||||
h1 {
|
||||
display: inline-block;
|
||||
margin: 0;
|
||||
@ -8,4 +8,10 @@ body > header {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
h2 {
|
||||
margin: .2em 0 0;
|
||||
@extend .sans;
|
||||
font-size: 1em;
|
||||
color: $subtitle-color;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user