Fix disambiguation text color (#1082)
This commit is contained in:
parent
0fc8578dee
commit
cd19be8954
@ -738,6 +738,9 @@ button.action-button {
|
|||||||
.term-glossary-item::marker {
|
.term-glossary-item::marker {
|
||||||
color: var(--light-text-color);
|
color: var(--light-text-color);
|
||||||
}
|
}
|
||||||
|
.term-definition-disambiguation-list {
|
||||||
|
color: var(--light-text-color);
|
||||||
|
}
|
||||||
.term-definition-disambiguation-list[data-count="0"] {
|
.term-definition-disambiguation-list[data-count="0"] {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user