Remove reset.css import

This commit is contained in:
Eryn Wells 2022-10-15 10:18:14 -07:00
parent 9493b94691
commit cb6f06a70a

View file

@ -22,7 +22,6 @@
font-style: normal;
}
</style>
<link rel="stylesheet" as="style" href="{{ `/styles/reset.css` | absURL }}">
<link rel="stylesheet" as="style" href="{{ `/styles/root.css` | absURL }}">
{{ if not hugo.IsProduction }}
<link rel="stylesheet" as="style" href="/styles/development.css">