Reformat the delete buttons

This commit is contained in:
Pfingstfrosch 2020-06-04 19:25:06 +02:00
parent b188b238b8
commit d52e844fa5

View File

@ -40,7 +40,9 @@
display: flex; display: flex;
:nth-child(2) { :nth-child(2) {
color: darkred; -webkit-text-fill-color: #ffffff;
background-color: #ff1919;
border-radius: 4px;
} }
} }