mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 05:08:00 +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;
|
font-variant: normal;
|
||||||
text-transform: none;
|
text-transform: none;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
vertical-align: -0.125em;
|
|
||||||
font-size: 3rem;
|
font-size: 3rem;
|
||||||
margin: 1rem;
|
margin: 1rem;
|
||||||
margin-top: auto;
|
margin-top: auto;
|
||||||
|
@ -185,7 +184,7 @@ button {
|
||||||
border: none;
|
border: none;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
color: var(--color-text);
|
color: var(--color-text);
|
||||||
appearence: none;
|
appearance: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Components and Helpers */
|
/* Components and Helpers */
|
||||||
|
@ -221,7 +220,7 @@ button {
|
||||||
border-radius: 0.25rem;
|
border-radius: 0.25rem;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
border: none;
|
border: none;
|
||||||
appearence: none;
|
appearance: none;
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
img {
|
img {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue