Fix disambiguation text color (#1082)

This commit is contained in:
toasted-nutbread 2020-12-05 21:17:42 -05:00 committed by GitHub
parent 0fc8578dee
commit cd19be8954
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}