mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-30 12:20:36 -08:00
Fix: CSS color-mix() enabled setting #256
This commit is contained in:
parent
a06ac39211
commit
283b0bc31b
1 changed files with 3 additions and 0 deletions
3
user.js
3
user.js
|
|
@ -11,6 +11,9 @@ user_pref("browser.proton.places-tooltip.enabled", true);
|
|||
// Fill SVG Color
|
||||
user_pref("svg.context-properties.content.enabled", true);
|
||||
|
||||
// CSS Color Mix - 88 Above
|
||||
user_pref("layout.css.color-mix.enabled", true);
|
||||
|
||||
// CSS Blur Filter - 88 Above
|
||||
user_pref("layout.css.backdrop-filter.enabled", true);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue