old-website/themes/classic/sass/default/partials/_header.scss

12 lines
184 B
SCSS
Raw Normal View History

body > header {
background-color: $header_bg;
h1 {
display: inline-block;
margin: 0;
a, a:visited {
color: $title_color;
text-decoration: none;
}
}
}