diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-12-05 21:17:42 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-05 21:17:42 -0500 |
commit | cd19be8954ef3d52fcb51a7cd10bfd30b8f2de93 (patch) | |
tree | b2dec0ab81e5aca5184261fbd29d8fdce383d2c3 /ext | |
parent | 0fc8578dee8f45e0891d753829216c0d5f584484 (diff) |
Fix disambiguation text color (#1082)
Diffstat (limited to 'ext')
-rw-r--r-- | ext/mixed/css/display.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/mixed/css/display.css b/ext/mixed/css/display.css index 71396940..605c0148 100644 --- a/ext/mixed/css/display.css +++ b/ext/mixed/css/display.css @@ -738,6 +738,9 @@ button.action-button { .term-glossary-item::marker { color: var(--light-text-color); } +.term-definition-disambiguation-list { + color: var(--light-text-color); +} .term-definition-disambiguation-list[data-count="0"] { display: none; } |