From 8f75fa200e1042f09f0fe3c4805f5600e3567f54 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Wed, 28 Dec 2022 13:51:16 +0100 Subject: makefile shuffle + WIP yomichan sentence export patch --- yomichan/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yomichan/custom.css') diff --git a/yomichan/custom.css b/yomichan/custom.css index 6c132ab..0458a3b 100644 --- a/yomichan/custom.css +++ b/yomichan/custom.css @@ -6,7 +6,7 @@ border: 2px solid var(--tag-color); border-radius: 6px; } -.frequency-group-tag { border: none !important; } +.frequency-group-tag .tag { border: none !important; } .tag .tag-body::before { display: none; } .frequency-value { color: var(--tag-color); -- cgit v1.2.3