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:
parent
87e3264242
commit
31e99f3137
2 changed files with 10 additions and 10 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue