changed ::placeholder color

This commit is contained in:
westtle 2024-02-06 22:12:36 +07:00
parent b993f0f4a0
commit f555782401

View file

@ -108,6 +108,8 @@ body {
background-color: hsl(var(--color-2));
}
::placeholder { color: hsl(var(--color-3)); }
/* Settings */
.settings {