moved ::placeholder in css

This commit is contained in:
westtle 2024-02-06 23:50:26 +07:00
parent 276ac119a9
commit b117df3f4f

View file

@ -73,6 +73,8 @@ textarea {
ul { list-style: none; }
::placeholder { color: hsl(var(--color-3)); }
.sr-only {
border: none;
width: 0.0625rem;
@ -108,8 +110,6 @@ body {
background-color: hsl(var(--color-2));
}
::placeholder { color: hsl(var(--color-3)); }
/* Settings */
.settings {