mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-11-01 15:55:03 -04:00
a20dc08e10
2. Added javascript detection for placeholder 3. Added backup style for search field with no-placeholder support
18 lines
284 B
SCSS
18 lines
284 B
SCSS
body > header {
|
|
background-color: $header-bg;
|
|
h1 {
|
|
display: inline-block;
|
|
margin: 0;
|
|
a, a:visited {
|
|
color: $title_color;
|
|
text-decoration: none;
|
|
}
|
|
}
|
|
h2 {
|
|
margin: .2em 0 0;
|
|
@extend .sans;
|
|
font-size: 1em;
|
|
color: $subtitle-color;
|
|
}
|
|
}
|