moved ::placeholder in css
This commit is contained in:
parent
276ac119a9
commit
b117df3f4f
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue