Colorized placeholder

This commit is contained in:
Devine Lu Linvega
2018-09-14 09:38:14 +12:00
parent 5f662753ed
commit dbe72c3a27
4 changed files with 57 additions and 43 deletions

View File

@@ -1,6 +1,7 @@
body { background:var(--background) !important; }
#picker { background-color:var(--b_inv) !important; color:var(--f_inv) !important; }
#picker:before { color:var(--f_med) !important; }
#picker input::placeholder { color:var(--f_med) !important; }
.fh { color:var(--f_high) !important; stroke:var(--f_high) !important; }
.fm { color:var(--f_med) !important ; stroke:var(--f_med) !important; }
.fl { color:var(--f_low) !important ; stroke:var(--f_low) !important; }