Use theme color in status bar

Fix contrast of status bar text in dark theme
main
Isaiah Odhner 2020-05-29 15:18:36 -04:00
parent 32fafae44a
commit 789b8d75de
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ body,
.status-area { .status-area {
font-family: 'Segoe UI', sans-serif; font-family: 'Segoe UI', sans-serif;
font-size: 12px; font-size: 12px;
color: var(--ButtonText);
padding: 3px 2px; padding: 3px 2px;
padding-top: 4px; padding-top: 4px;
border-top: 1px solid var(--ButtonShadow); border-top: 1px solid var(--ButtonShadow);