Created
July 6, 2024 06:58
-
-
Save soulhotel/6d73ae84e969bab27d83626ced53ee3a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#browser, #appcontent, #tabbrowser-tabbox, | |
#tabbrowser-tabpanels, .browserSidebarContainer { | |
background: black !important; | |
} | |
#browser, #appcontent, #tabbrowser-tabbox, | |
#tabbrowser-tabpanels, .browserSidebarContainer, .browserStack, | |
#tabbrowser-tabpanels browser { | |
border-top-left-radius: 15px !important; | |
border-top-right-radius: 15px !important; | |
} | |
#navigator-toolbox, #nav-bar, #main-window, body { | |
background: black !important; | |
& #navigator-toolbox { | |
border-bottom: 0px !important; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment