Skip to content

Commit

Permalink
Set connected text color to --text-focus
Browse files Browse the repository at this point in the history
  • Loading branch information
Frewacom committed May 31, 2020
1 parent de40fb7 commit 3bc360b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ui/css/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ body.applied .color-preview {
font-weight: bold;
}

#debugging-connected {
color: var(--text-focus);
}

#debugging-version {
padding: var(--spacing-xsm) var(--spacing-sm);
color: var(--background);
Expand Down

0 comments on commit 3bc360b

Please sign in to comment.