This repository has been archived on 2024-09-02. You can view files and clone it, but cannot push or open issues or pull requests.
hugo-theme-nocolor/static/assets/style.css
tastytea 21abe10102
Remove h7 and h8 from CSS.
Valid headings are from 1-6.
2019-11-21 00:33:32 +01:00

53 lines
576 B
CSS

html
{
font-family: serif;
}
body
{
max-width: 100ch;
margin: auto;
}
.header
{
font-size: 150%;
margin-bottom: 1em;
font-family: sans-serif;
}
.header .description
{
font-size: 75%;
}
.nav ul, .pagination ul
{
font-family: sans-serif;
margin: 0;
padding: 0;
display:inline-block;
}
.nav li, .pagination li
{
list-style: none;
display:inline-block;
margin-right: 0.5em;
padding: 0;
}
h1, h2, h3, h4, h5, h6
{
font-family: sans-serif;
}
.footer
{
margin-top: 1em;
}
.copyright
{
margin-top: 1em;
}