diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-12-28 11:43:26 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-12-28 11:43:26 +0100 |
commit | ec000fcbb7e721bfd2638427d54f56f2dae76316 (patch) | |
tree | ca71b2b42caea628cc7cca8bf1961a92830aadb8 /yomichan | |
parent | c0f41dd4c74ca4a12252103da0e6de296533e269 (diff) |
rename to refold-tools
Diffstat (limited to 'yomichan')
-rw-r--r-- | yomichan/custom.css | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/yomichan/custom.css b/yomichan/custom.css new file mode 100644 index 0000000..6c132ab --- /dev/null +++ b/yomichan/custom.css @@ -0,0 +1,22 @@ +.search-header { margin-top: 12px; } +.search-options { display: none; } +#content-body { background-color: #000000; } +.tag .tag-label { background-color: unset; } +.tag { + border: 2px solid var(--tag-color); + border-radius: 6px; +} +.frequency-group-tag { border: none !important; } +.tag .tag-body::before { display: none; } +.frequency-value { + color: var(--tag-color); + font-weight: bold; +} +.search-textbox-container { + border-radius: 6px; + overflow: hidden; +} +@media (hover: none) { + .entry .actions .action-button { padding: 16px; } + .search-header .search-button { width: 48px; } +} |