Browse Source

Give the background of light-mode meters some contrast

tags/v1.1.2
Fen Dweller 5 years ago
parent
commit
9a60f76370
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      style.css

+ 1
- 1
style.css View File

@@ -634,7 +634,7 @@ body.dark .action-part-button.active {
}

body.light .meter {
background: #ddd !important;
background: #ccc !important;
}

body.dark .meter {


Loading…
Cancel
Save