mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-11-02 00:05:06 -04:00
12 lines
184 B
SCSS
12 lines
184 B
SCSS
|
body > header {
|
||
|
background-color: $header_bg;
|
||
|
h1 {
|
||
|
display: inline-block;
|
||
|
margin: 0;
|
||
|
a, a:visited {
|
||
|
color: $title_color;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
}
|
||
|
}
|