From 34ea3829e7cb435a4357b43fcfff514fdd39083e Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sun, 29 Jan 2023 16:46:15 +0100 Subject: separate yomichan into user.js patch and sentence-export plugin --- yomichan/custom.css | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 yomichan/custom.css (limited to 'yomichan/custom.css') diff --git a/yomichan/custom.css b/yomichan/custom.css deleted file mode 100644 index 7ce95f8..0000000 --- a/yomichan/custom.css +++ /dev/null @@ -1,23 +0,0 @@ -.search-header { margin-top: 12px; } -.search-options { display: none; } -:root[data-theme=dark] #content-body { background-color: #000000; } -:root[data-theme=light] #content-body { background-color: #ffffff; } -.tag .tag-label { background-color: unset; } -.tag { - border: 2px solid var(--tag-color); - border-radius: 6px; -} -.frequency-group-tag .tag { border: none !important; } -.tag .tag-body::before { display: none; } -.frequency-value { font-weight: bold; } -:root[data-theme=dark] .frequency-value { color: var(--tag-color); } -.search-textbox-container { - border-radius: 6px; - overflow: hidden; -} -@media (hover: none) { - .entry .actions .action-button { padding: 16px; } - .search-header .search-button { width: 48px; } -} -:root[data-theme=light] { --tag-text-color: #333; } - -- cgit v1.2.3