Files
davideisinger.com/themes/v2/assets/css/style.scss
David Eisinger 918d900be4 Add graph to note
2023-04-30 22:09:39 -04:00

98 lines
959 B
SCSS
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
body {
font-family: monospace;
font-size: 18px;
padding: 50px;
line-height: 1.5em;
background-color: #f6f6f6;
color: #333;
}
h1, h2, h3 {
font-size: 1em;
margin: 1em 0;
}
h3 {
color: #aaa;
}
a {
color: #00a;
}
hr {
border: 0;
border-top: 2px solid #ddd;
}
ul {
list-style-type: '';
margin-left: 1ch;
padding: 0;
li {
padding-left: 1ch;
}
}
blockquote {
margin: 0;
font-style: italic;
&::before {
content: "";
position: absolute;
}
p {
width: 100%;
margin-left: 2ch;
}
}
header, #content, footer {
max-width: 800px;
}
footer {
text-align: center;
hr {
margin-bottom: 12px;
}
}
sup {
line-height: 0;
}
figure {
margin: 0;
}
.nowrap {
white-space: nowrap;
}
.image-set {
display: flex;
gap: 1em;
img {
width: 100%;
height: auto;
}
}
.references {
font-size: 0.8em;
h3 {
margin-bottom: 0;
}
ul {
margin-top: 0.5em;
}
}