feat: make all buttons use margin

This commit is contained in:
moanos [he/him] 2024-08-02 18:52:38 +02:00
parent d32858fe76
commit 91fe53400e

View File

@ -142,13 +142,13 @@ select, button {
.btn2 {
height: 40px;
margin: 5px;
}
a:hover, .button_darken:hover {
background-color: var(--highlight-one);
color: var(--highlight-one-text);
}
button {
background: inherit;
color: inherit;
@ -187,6 +187,7 @@ select, button {
padding: 8px;
border-radius: 4px;
border: none;
margin: 5px;
}
.form-button, .link-button a:link, .link-button a:visited {