From eb9ed050b3f1b6fea12aadf5a64fc80499876194 Mon Sep 17 00:00:00 2001 From: Pascal0577 Date: Thu, 5 Feb 2026 17:02:19 +0100 Subject: [PATCH] zen-browser/userContent: close unclosed about:preferences block Fixes: c32c82e460b9 ("zen-browser: init (#1694)") Link: https://github.com/nix-community/stylix/pull/2184 Reviewed-by: Karun Sandhu Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com> --- modules/zen-browser/userContent.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/zen-browser/userContent.nix b/modules/zen-browser/userContent.nix index 6a4e4250..00c4461f 100644 --- a/modules/zen-browser/userContent.nix +++ b/modules/zen-browser/userContent.nix @@ -122,6 +122,7 @@ with colors; --identity-tab-color: #${base0F-hex} !important; --identity-icon-color: #${base0F-hex} !important; } + } /* Variables and styles specific to about:addons */ @-moz-document url-prefix("about:addons") {