From e44719bb30911f135e63fe4473f21a48427c4502 Mon Sep 17 00:00:00 2001 From: 70/V9 Date: Mon, 1 Oct 2018 13:07:09 +0200 Subject: [PATCH] Remove duplicate line and minor typos --- desktop/sources/links/theme.css | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/desktop/sources/links/theme.css b/desktop/sources/links/theme.css index 205a7f5..0389a71 100644 --- a/desktop/sources/links/theme.css +++ b/desktop/sources/links/theme.css @@ -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; } \ No newline at end of file +.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; }