hugo-theme-termlite/assets/css/000_reset.css
Eryn Wells 25eaca442c Style plain text code blocks
For quotes of poetry, etc, style pre-formatted blocks of plain text.
2024-11-06 09:03:36 -08:00

18 lines
188 B
CSS

{{/*
reset.css
Eryn Wells <eryn@erynwells.me>
vim: set sw=2 sts=2:
*/}}
/********
# RESET
********/
figure, h1, h2, h3, h4, h5, h6, p, pre {
margin: 0;
padding: 0;
}