mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-02-12 21:10:54 +00:00
Added themes directory, improved javascript load and minification.
This commit is contained in:
11
themes/classic/sass/default/partials/_header.scss
Normal file
11
themes/classic/sass/default/partials/_header.scss
Normal file
@ -0,0 +1,11 @@
|
||||
body > header {
|
||||
background-color: $header_bg;
|
||||
h1 {
|
||||
display: inline-block;
|
||||
margin: 0;
|
||||
a, a:visited {
|
||||
color: $title_color;
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user