diff options
Diffstat (limited to 'ext/mixed/css/display.css')
-rw-r--r-- | ext/mixed/css/display.css | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/ext/mixed/css/display.css b/ext/mixed/css/display.css index 77f6b073..e8cf5b8e 100644 --- a/ext/mixed/css/display.css +++ b/ext/mixed/css/display.css @@ -138,6 +138,12 @@ h2 { border-bottom: 0.05714285714285714em solid var(--light-border-color); /* 14px * 1.25em => 1px */ } +a { + color: var(--popuplar-kanji-text-color); + text-decoration: underline; + cursor: pointer; +} + /* * Navigation @@ -524,14 +530,10 @@ button.action-button { content: ", "; } -.debug-info { +:root:not([data-debug=true]) .debug-info { display: none; } -:root[data-debug=true] .debug-info { - display: block; -} - :root[data-anki-enabled=false] .action-view-note, :root[data-anki-enabled=false] .action-add-note { display: none; |