mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-27 20:58:01 +02:00
Fix minor CSS mistakes
This commit is contained in:
parent
4d8d7dbfc5
commit
90784fe88e
1 changed files with 2 additions and 3 deletions
|
@ -145,7 +145,6 @@ body {
|
|||
font-variant: normal;
|
||||
text-transform: none;
|
||||
line-height: 1;
|
||||
vertical-align: -0.125em;
|
||||
font-size: 3rem;
|
||||
margin: 1rem;
|
||||
margin-top: auto;
|
||||
|
@ -185,7 +184,7 @@ button {
|
|||
border: none;
|
||||
background: transparent;
|
||||
color: var(--color-text);
|
||||
appearence: none;
|
||||
appearance: none;
|
||||
}
|
||||
|
||||
/* Components and Helpers */
|
||||
|
@ -221,7 +220,7 @@ button {
|
|||
border-radius: 0.25rem;
|
||||
font-size: 1rem;
|
||||
border: none;
|
||||
appearence: none;
|
||||
appearance: none;
|
||||
outline: none;
|
||||
}
|
||||
img {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue