FF options: match the default FF theme color

This commit is contained in:
tophf 2017-11-26 14:25:46 +03:00
parent 288f347e40
commit fb9abee285

View File

@ -33,6 +33,11 @@ body {
} }
} }
.firefox body {
/* match the default FF theme */
background-color: #f9f9fa;
}
.firefox .chromium-only { .firefox .chromium-only {
display: none; display: none;
} }