mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-02-11 08:20:53 +00:00
irrisponsibly massive commit
This commit is contained in:
11
source/sass/themes/classic/partials/_header.scss
Normal file
11
source/sass/themes/classic/partials/_header.scss
Normal file
@ -0,0 +1,11 @@
|
||||
body > header {
|
||||
background-color: $header_bg;
|
||||
border-bottom: 1px solid $header_border;
|
||||
padding: 25px 0;
|
||||
h1 {
|
||||
display: inline-block;
|
||||
margin: 0;
|
||||
a, a:visited {
|
||||
font-weight: normal;
|
||||
color: $title_color;
|
||||
text-decoration: none; } } }
|
||||
Reference in New Issue
Block a user