From 59d885199e5840c1d266a6bfd2b9ae5fcf09957c Mon Sep 17 00:00:00 2001 From: triethyl Date: Wed, 28 Jan 2026 15:10:41 -0500 Subject: home-manager: configured librewolf --- .../gui/apps/librewolf/theme/userContent.css | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 home-manager/features/gui/apps/librewolf/theme/userContent.css (limited to 'home-manager/features/gui/apps/librewolf/theme/userContent.css') diff --git a/home-manager/features/gui/apps/librewolf/theme/userContent.css b/home-manager/features/gui/apps/librewolf/theme/userContent.css new file mode 100644 index 0000000..27df186 --- /dev/null +++ b/home-manager/features/gui/apps/librewolf/theme/userContent.css @@ -0,0 +1,23 @@ +@import url("userChrome.css"); + +/* Removes white loading page */ +@-moz-document url(about:blank), url(about:newtab), url(about:home) { + html:not(#ublock0-epicker), html:not(#ublock0-epicker) body, #newtab-customize-overlay { + background: var(--mff-bg) !important; + } + } + + + /* Hide scrollbar */ + + :root{ + scrollbar-width: none !important; + } + + + @-moz-document url(about:privatebrowsing) { + + :root{ + scrollbar-width: none !important; + } + } -- cgit v1.2.3