homepage/styles/article.css

12 lines
126 B
CSS
Raw Normal View History

article {
background-color: var(--background-color-2);
}
figure {
margin: 0.5em;
}
code {
font-size: x-small;
}