Remove duplicate line and minor typos
This commit is contained in:
parent
96202d9816
commit
e44719bb30
@ -3,12 +3,11 @@ body { background:var(--background) !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; }
|
||||
.f_inv { color:var(--f_inv) !important ; stroke:var(--f_inv) !important; }
|
||||
.f_inv { color:var(--f_inv) !important ; stroke:var(--f_inv) !important; }
|
||||
.fm { color:var(--f_med) !important; stroke:var(--f_med) !important; }
|
||||
.fl { color:var(--f_low) !important; stroke:var(--f_low) !important; }
|
||||
.f_inv { color:var(--f_inv) !important; stroke:var(--f_inv) !important; }
|
||||
.bh { background:var(--b_high) !important; }
|
||||
.bm { background:var(--b_med) !important ; }
|
||||
.bl { background:var(--b_low) !important ; }
|
||||
.b_inv { background:var(--b_inv) !important ; ; }
|
||||
.icon { color:var(--f_high) !important; stroke:var(--f_high) !important; }
|
||||
.bm { background:var(--b_med) !important; }
|
||||
.bl { background:var(--b_low) !important; }
|
||||
.b_inv { background:var(--b_inv) !important; }
|
||||
.icon { color:var(--f_high) !important; stroke:var(--f_high) !important; }
|
||||
|
Loading…
Reference in New Issue
Block a user