From 3b840870849b9e538379b4490fa36a1dde8ae930 Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Tue, 27 Jan 2026 15:52:49 +0100 Subject: [PATCH] reddit search chrome --- home-modules/firefox/userContent.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home-modules/firefox/userContent.nix b/home-modules/firefox/userContent.nix index 27aa2f8..75d7005 100644 --- a/home-modules/firefox/userContent.nix +++ b/home-modules/firefox/userContent.nix @@ -39,6 +39,9 @@ in /* css */ '' body, html, .bg-neutral-background, .threadline, reddit-sidebar-nav, shreddit-post, aside, .reddit-search-bar, comment-body-header, shreddit-comment-tree, #flex-left-nav-container { background-color: transparent !important; } + #search-dropdown-results-container { + background: rgba(${f background},0.8) !important; + } #main-content { background-color: rgba(${f background},0.5)!important; }