Add a pre reset

This commit is contained in:
Eryn Wells 2022-09-24 07:50:08 -07:00
parent 5036e7f56f
commit 294314ed6b

View file

@ -35,3 +35,5 @@ input:-webkit-autofill,
textarea:-webkit-autofill {
box-shadow: 0 0 0 6rem var(--white) inset;
}
pre { margin: 0; }