Update Zen theme CSS to use CSS variables for element separation

This commit is contained in:
Mauro Balades
2024-08-15 18:06:05 +02:00
parent 48ee6519a5
commit 48e0dbe68a
2 changed files with 7 additions and 4 deletions

View File

@@ -24,7 +24,6 @@
pref("content.notify.interval", 100000); // (.10s); alt=500000 (.50s)
/** GFX ***/
pref("gfx.webrender.precache-shaders", true);
pref("gfx.canvas.accelerated.cache-items", 4096);
pref("gfx.canvas.accelerated.cache-size", 512);
pref("gfx.content.skia-font-cache-size", 20);