mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 05:08:00 +02:00
Merge branch 'main' into patch-text-selection-bgcolor
This commit is contained in:
commit
e97aed73aa
8 changed files with 11 additions and 12 deletions
|
@ -145,14 +145,13 @@ body {
|
|||
font-variant: normal;
|
||||
text-transform: none;
|
||||
line-height: 1;
|
||||
vertical-align: -0.125em;
|
||||
font-size: 3rem;
|
||||
margin: 1rem;
|
||||
margin-top: auto;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
.placeholder:empty:after {
|
||||
.placeholder:empty::after {
|
||||
content: attr(data-placeholder)'...';
|
||||
margin-bottom: auto;
|
||||
letter-spacing: 0.125rem;
|
||||
|
@ -190,7 +189,7 @@ button {
|
|||
border: none;
|
||||
background: transparent;
|
||||
color: var(--color-text);
|
||||
appearence: none;
|
||||
appearance: none;
|
||||
}
|
||||
|
||||
/* Components and Helpers */
|
||||
|
@ -226,7 +225,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