21813059f2
2. Added updated instructions to the README 3. Removed unused media css directories 4. Improved use of color variables for page theming. 5. Improved Typography and blog styling. 6. Added support for simple pre and code styles 7. Misc styling and markup improvements.
19 lines
309 B
SCSS
19 lines
309 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;
|
|
font-weight: normal;
|
|
}
|
|
}
|