update foreground color on placeholders, inputs, selects, buttons
This commit is contained in:
parent
9634b3958f
commit
3e93cc7ffb
5
base.css
5
base.css
@ -104,6 +104,7 @@ kbd {
|
|||||||
}
|
}
|
||||||
|
|
||||||
input, select, button {
|
input, select, button {
|
||||||
|
color: var(--fg-lc);
|
||||||
background: var(--bg);
|
background: var(--bg);
|
||||||
border: 1px solid var(--fg);
|
border: 1px solid var(--fg);
|
||||||
border-radius: 0.5em;
|
border-radius: 0.5em;
|
||||||
@ -111,6 +112,10 @@ input, select, button {
|
|||||||
margin: 0.5em;
|
margin: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
::placeholder {
|
||||||
|
color: var(--fg-lc);
|
||||||
|
}
|
||||||
|
|
||||||
/* scrollbar */
|
/* scrollbar */
|
||||||
|
|
||||||
::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
|
Loading…
Reference in New Issue
Block a user