summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2021-05-15 16:13:12 +0200
committerYorhel <git@yorhel.nl>2021-05-15 16:13:12 +0200
commitee7196a7c744907824cc480d1a6d9a5f0d4545f2 (patch)
treef16a53ddce18b8f92819059a7509b47fc0068b0a
parentba6ff4ee302fada4e838d6f3c64a79536e8cfb26 (diff)
CSS: grayscale styling for MTL language icons
-rw-r--r--css/v2.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/v2.css b/css/v2.css
index 405ad155..90db5e48 100644
--- a/css/v2.css
+++ b/css/v2.css
@@ -1262,7 +1262,7 @@ div.imagebrowse { padding: 0; display: flex; flex-wrap: wrap }
text-decoration: none;
}
.icons.lang { width: 13px; height: 11px; opacity: 0.5 }
-.icons.lang.mtl { opacity: 0.3 }
+.icons.lang.mtl { filter: grayscale(1); opacity: 0.4 }
.icons.gen { width: 14px; height: 14px }
.icons.gen.b { width: 28px }
.icons.rtcomplete, .icons.rtpartial, .icons.rttrial { width: 11px; }