hugo-theme-termlite/assets/css/000_reset.css
Eryn Wells 4bc1390b3c CSS Checkpoint
- Add the system_css template
- Name the CSS files in the css directory with a numeric prefix so they sort by
  priority.
2024-06-28 09:03:28 -07:00

17 lines
167 B
CSS

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