Skip to content

Commit

Permalink
Fix cname-related ink in logger
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Feb 4, 2022
1 parent dbf4ed7 commit 3549043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/logger-ui.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3549043

Please sign in to comment.