theme: fix colors on development builds

This commit is contained in:
Christian Hergert
2018-10-16 17:34:56 -07:00
parent eb8ffeb65c
commit a6f34b32cf

View File

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