From a6f34b32cf5d7f640aaaacd70b0dd24d6ddc2c3c Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Tue, 16 Oct 2018 17:34:56 -0700 Subject: [PATCH] theme: fix colors on development builds --- src/resources/theme/Adwaita-shared.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/resources/theme/Adwaita-shared.css b/src/resources/theme/Adwaita-shared.css index 4a78e1d5..80c4f01b 100644 --- a/src/resources/theme/Adwaita-shared.css +++ b/src/resources/theme/Adwaita-shared.css @@ -6,3 +6,7 @@ window.development-version headerbar { @theme_bg_color 25%); color: alpha(@theme_fg_color, 0.2); } + +window.development-version headerbar box label { + color: @theme_fg_color; +}