Skip to content

Commit

Permalink
adjust color for dark bg - cname entries
Browse files Browse the repository at this point in the history
  • Loading branch information
cqx931 committed Aug 1, 2020
1 parent f69c7b5 commit 94dd032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/logger-ui.css
Expand Up @@ -314,7 +314,7 @@ body.colorBlind #vwRenderer .logEntry > div.redirect {
background-color: rgba(0, 19, 110, 0.25);
}
#vwRenderer .logEntry > div[data-aliasid] {
color: mediumblue;
color: lightblue;
}
#vwRenderer .logEntry > div[data-type="tabLoad"] {
background-color: #666;
Expand Down

0 comments on commit 94dd032

Please sign in to comment.