From f5c84b302c04d956004bda0769d3865d07497656 Mon Sep 17 00:00:00 2001 From: ksyasuda Date: Tue, 2 Nov 2021 00:06:06 -0700 Subject: [PATCH] update emacs and alacritty config --- firefox/userContent.css | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 firefox/userContent.css diff --git a/firefox/userContent.css b/firefox/userContent.css new file mode 100644 index 0000000..826998d --- /dev/null +++ b/firefox/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; + } + } \ No newline at end of file