Khalylexe / Firefox-Rounded-Theme

Just a Firefox CSS to make it more rounded ;)
Mozilla Public License 2.0
24 stars 3 forks source link

white contrast border #1

Closed zinhuofc closed 2 months ago

zinhuofc commented 9 months ago

Hi friend, when I move my mouse to the center of the screen the border turns white, how do I remove this and just have it black?

Khalylexe commented 7 months ago

go to userChrome.css and look for this section of the code: #appcontent:not(:-webkit-fullscreen) browser:hover { border: 3px solid #23CDB3 !important; box-shadow: 0 0 10px 5px rgba(0,0,0,0.5) !important; } then modify the border: 3ps solid **#23CDB3** to what u want if u don't want the border at all just remove the !important