Fix cname-related ink in logger

Related feedback:
- https://github.com/uBlockOrigin/uBlock-issues/discussions/1963#discussioncomment-2112321
This commit is contained in:
Raymond Hill 2022-02-04 12:41:50 -05:00
parent dbf4ed7f4b
commit 35490439b9
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ body[dir="rtl"] #netInspector #filterExprPicker {
background-color: rgba(0, 19, 110, 0.1);
}
#vwRenderer .logEntry > div[data-aliasid] {
color: mediumblue;
color: var(--popup-cell-cname-ink);
}
#vwRenderer .logEntry > div[data-type="tabLoad"] {
background-color: #666;