fix <button> style affecting buttons across the whole website

now the push-button style is opt-in, in case you need it
This commit is contained in:
りき萌 2025-09-01 21:14:06 +02:00 committed by りき萌
parent 87e3264242
commit 31e99f3137
2 changed files with 10 additions and 10 deletions

View file

@ -415,9 +415,9 @@ hr {
margin-bottom: 2em;
}
/* Buttons */
/* Push buttons */
button {
button.push {
padding: 0.2rem 1.2rem;
border: 1px solid var(--border-2);