diff options
-rw-r--r-- | firefox-userchromecss-darkmode-change-toolbar-color.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/firefox-userchromecss-darkmode-change-toolbar-color.txt b/firefox-userchromecss-darkmode-change-toolbar-color.txt new file mode 100644 index 0000000..30e3d0b --- /dev/null +++ b/firefox-userchromecss-darkmode-change-toolbar-color.txt @@ -0,0 +1,6 @@ +@media (prefers-color-scheme: Dark) { + toolbar#TabsToolbar { + background-color: #353535 !important; + } +} + |