Files
davideisinger.com/themes/v2/assets/css/style.scss
David Eisinger ac258e9aaf nowrap
2023-01-10 22:14:35 -05:00

49 lines
463 B
SCSS

body {
font-family: monospace;
font-size: 18px;
padding: 50px;
}
h1, h2, h3 {
font-size: 1em;
}
h2, h3 {
color: #aaa;
}
a {
color: blue;
}
hr {
border: 0;
border-top: 2px solid #eee;
}
ul {
list-style-type: '*';
margin-left: 1ch;
padding: 0;
li {
padding-left: 1ch;
}
}
header, #content, footer {
max-width: 800px;
}
footer {
text-align: center;
hr {
margin-bottom: 12px;
}
}
.nowrap {
white-space: nowrap;
}