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; +}