style fixes

This commit is contained in:
Robin Appelman 2024-12-01 15:05:31 +01:00
commit f6f4ac1e81
5 changed files with 179 additions and 144 deletions

View file

@ -71,14 +71,15 @@
margin: 0;
button {
color: var(--primary-color);
color: white;
padding-left: 32px;
height: 24px;
margin: 10px;
border: none;
cursor: pointer;
background-size: 24px;
background: transparent no-repeat;
background-color: transparent;
background-repeat: no-repeat;
&:active, &:focus {
outline: none;