blog/quartz/styles/custom.scss
2026-01-23 15:19:35 -08:00

19 lines
233 B
SCSS

@use "./base.scss";
// put your custom CSS here!
// Styling for Figures
figure {
margin: 0;
}
figcaption {
text-align: center;
margin-top: .35em;
font-size: 0.9em;
opacity: 0.8;
}
figure>img {
margin: 0;
}