Files
davideisinger.com/themes/v2/assets/css/style.scss
David Eisinger eea3b9dd7a Style HR
2023-01-10 00:11:50 -05:00

35 lines
326 B
SCSS

body {
font-family: monospace;
font-size: 13px;
padding: 50px;
}
h1, h2, h3 {
font-size: 1em;
}
h2, h3 {
color: #aaa;
}
a {
color: blue;
}
hr {
border: 0;
border-top: 2px solid #eee;
}
header, #content, footer {
max-width: 800px;
}
footer {
text-align: center;
hr {
margin-bottom: 12px;
}
}