mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-01-01 01:16:26 +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:
@ -35,7 +35,7 @@ body {
|
||||
}
|
||||
}
|
||||
> header {
|
||||
font-size: .8em;
|
||||
font-size: 1em;
|
||||
padding-top: 1.5em;
|
||||
padding-bottom: 1.5em;
|
||||
}
|
||||
|
||||
@ -10,6 +10,7 @@ $page-bg: #252525;
|
||||
$header-bg: #333; //#0c2e46; //darken(#238bd2, 32); //#263448; //#323232;
|
||||
$header-border: lighten($header-bg, 15);
|
||||
$title-color: #f2f2f2;
|
||||
$subtitle-color: #aaa;
|
||||
|
||||
$nav-bg: #ccc;//#3a6ea5;
|
||||
$nav-color: darken($nav-bg, 38);
|
||||
|
||||
Reference in New Issue
Block a user