Merge branch 'main' into patch-text-selection-bgcolor

This commit is contained in:
Shiny Nematoda 2022-09-26 14:18:13 +02:00
commit e97aed73aa
8 changed files with 11 additions and 12 deletions

View file

@ -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 {