Skip to content

Commit

Permalink
Merge branch 'master' into 5720-wildcard-ignored-domains
Browse files Browse the repository at this point in the history
  • Loading branch information
schzhn committed Sep 5, 2023
2 parents df5413e + 28fefaf commit e8093c9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions client/src/components/Logs/Logs.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,12 @@
color: #295a9f;
}

[data-theme="dark"] .logs__text--link,
[data-theme="dark"] .logs__text--link:hover,
[data-theme="dark"] .logs__text--link:focus {
color: var(--gray-f3);
}

.icon--selected {
background-color: var(--gray-f3);
border: solid 1px var(--gray-d8);
Expand Down

0 comments on commit e8093c9

Please sign in to comment.