[BASILISK] Align ChromeUI identity box label color with Basilisk branding.

This resolves #484
This commit is contained in:
wolfbeast 2018-06-17 23:54:52 +02:00 committed by Roy Tam
commit 820295a87c

View file

@ -31,7 +31,7 @@
#urlbar[pageproxystate="valid"] > #identity-box.chromeUI > #identity-icon-labels {
%ifdef MOZ_OFFICIAL_BRANDING
color: rgb(229,115,0);
color: rgb(21,150,119);
%else
color: inherit;
%endif