Add form to delete placeholders

This commit is contained in:
Mike Colagrosso 2024-12-19 00:01:54 -07:00 committed by Alex Cabal
parent 18bcde3bf6
commit d0d79d637c
6 changed files with 79 additions and 1 deletions

View file

@ -933,6 +933,14 @@ main.front-page > a.button{
text-align: center;
}
button.delete{
background-color: maroon;
}
button.delete:hover{
background-color: firebrick;
}
article.ebook ul,
article.ebook ol{
list-style: none;