update foreground color on placeholders, inputs, selects, buttons

This commit is contained in:
Akbar Rahman 2023-11-09 13:43:43 +00:00
parent 9634b3958f
commit 3e93cc7ffb
Signed by: alvierahman90
GPG Key ID: 20609519444A1269

View File

@ -104,6 +104,7 @@ kbd {
}
input, select, button {
color: var(--fg-lc);
background: var(--bg);
border: 1px solid var(--fg);
border-radius: 0.5em;
@ -111,6 +112,10 @@ input, select, button {
margin: 0.5em;
}
::placeholder {
color: var(--fg-lc);
}
/* scrollbar */
::-webkit-scrollbar {