summary refs log tree commit diff
path: root/.mozilla/firefox/hibiki.default/chrome/userChrome.css
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2022-11-24 21:12:31 +0100
committerRobert Günzler <r@gnzler.io>2022-11-24 21:12:31 +0100
commit2c8c06748ba80debcdfa78e0020049f193d5ffc5 (patch)
tree3511a7ff9599c417bc0284ff1c195573874d8a21 /.mozilla/firefox/hibiki.default/chrome/userChrome.css
parent9c9df625d21ff78e36126c274d8298756099b61c (diff)
firefox: prevent flashbang
Diffstat (limited to '.mozilla/firefox/hibiki.default/chrome/userChrome.css')
-rw-r--r--.mozilla/firefox/hibiki.default/chrome/userChrome.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/.mozilla/firefox/hibiki.default/chrome/userChrome.css b/.mozilla/firefox/hibiki.default/chrome/userChrome.css
index ff39340..bdbcf53 100644
--- a/.mozilla/firefox/hibiki.default/chrome/userChrome.css
+++ b/.mozilla/firefox/hibiki.default/chrome/userChrome.css
@@ -26,6 +26,10 @@
   font-family: Iosevka Aile, Sarasa Fixed J, monospace !important;
 }
 
+/* prevent pre-load flash bang */
+.browserContainer { background-color: var(--toolbar-bgcolor) !important; }
+.tabbrowser tabpanels { background-color: var(--toolbar-bgcolor) !important; }
+
 #titlebar {
   display: none !important;
 }