aboutsummaryrefslogtreecommitdiff
path: root/yomichan/custom.css
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-12-28 13:51:16 +0100
committerlonkaars <loek@pipeframe.xyz>2022-12-28 13:51:16 +0100
commit8f75fa200e1042f09f0fe3c4805f5600e3567f54 (patch)
tree8a88264e7bd04ef493d6ce8a481c899b22408d90 /yomichan/custom.css
parentec000fcbb7e721bfd2638427d54f56f2dae76316 (diff)
makefile shuffle + WIP yomichan sentence export patch
Diffstat (limited to 'yomichan/custom.css')
-rw-r--r--yomichan/custom.css2
1 files changed, 1 insertions, 1 deletions
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);