Files
davideisinger.com/themes/v2/assets/css/style.scss
2023-01-10 22:04:21 -05:00

45 lines
427 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;
}
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;
}
}