From 7142bd432ce3b2722bd8927777c7821b8b68c8fa Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Sun, 16 May 2021 23:00:12 -0400 Subject: [PATCH] firefox: add labels to files --- config.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.org b/config.org index c14d9a2..c58330a 100644 --- a/config.org +++ b/config.org @@ -1166,6 +1166,7 @@ Lightweight notification daemon. } #+end_src *** Black screen by default +userChrome.css: #+begin_src css :tangle ~/.mozilla/firefox/armaan-release/chrome/userChrome.css #main-window, #browser, @@ -1180,6 +1181,8 @@ Lightweight notification daemon. color: #fff !important; } #+end_src + +userContent.css: #+begin_src css :tangle ~/.mozilla/firefox/armaan-release/chrome/userContent.css @-moz-document url("about:home"), url("about:blank"), url("about:newtab") { body { -- 2.39.2