fixed clear all button

This commit is contained in:
Frederik Palmø 2022-03-19 22:00:29 +01:00
parent cb57756265
commit adc7dd94a8

View File

@ -193,6 +193,12 @@ tbody:first-child {
}
/* buttons & input */
button {
/* border: var(--border);
border-radius: 3px;*/
padding: 3px;
color: black;
}
/* cards */
.cards {