gui: Slightly lighten Text for Disconnected/Scanning in Dark Theme

This commit is contained in:
Frank Isemann 2016-10-08 19:28:35 +02:00 committed by Jakob Borg
parent 815588daba
commit 2914a0a0a5
1 changed files with 9 additions and 0 deletions

View File

@ -247,3 +247,12 @@ code.ng-binding{
.progress .frontal {
color: #222;
}
.text-info {
color: #9a6dc0;
}
.text-primary {
color: #3fa9f0;
}