Move custom.css from the theme to the root

This commit is contained in:
Eryn Wells 2021-10-05 08:30:23 -07:00
parent 870b76d94d
commit 9affe7b4cc
2 changed files with 12 additions and 1 deletions

11
assets/style.css Normal file
View file

@ -0,0 +1,11 @@
/* Place custom css here. */
figure {
padding: 6px;
border: 1px solid var(--fog);
border-radius: 4px;
}
img {
border-radius: 4px;
}