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