changed ::placeholder color
This commit is contained in:
parent
b993f0f4a0
commit
f555782401
1 changed files with 2 additions and 0 deletions
|
@ -108,6 +108,8 @@ body {
|
|||
background-color: hsl(var(--color-2));
|
||||
}
|
||||
|
||||
::placeholder { color: hsl(var(--color-3)); }
|
||||
|
||||
/* Settings */
|
||||
|
||||
.settings {
|
||||
|
|
Loading…
Reference in a new issue