summaryrefslogtreecommitdiff
path: root/home-manager/features/gui/apps/librewolf/theme/userContent.css
diff options
context:
space:
mode:
authortriethyl <triethylammonium@pm.me>2026-01-28 15:10:41 -0500
committertriethyl <triethylammonium@pm.me>2026-01-28 15:10:41 -0500
commit59d885199e5840c1d266a6bfd2b9ae5fcf09957c (patch)
tree908d4e89a2573e85dc3334d769aa09b3955bdc0b /home-manager/features/gui/apps/librewolf/theme/userContent.css
parentec74e028dda1eef2bbf9964066bc58942e273712 (diff)
home-manager: configured librewolf
Diffstat (limited to 'home-manager/features/gui/apps/librewolf/theme/userContent.css')
-rw-r--r--home-manager/features/gui/apps/librewolf/theme/userContent.css23
1 files changed, 23 insertions, 0 deletions
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;
+ }
+ }