dotfiles/firefox/profile/chrome/userChrome.css
Irrlicht 20dc907026 [firefox] Custom CSS for Firefox
Making the tabbar disappear, wi use an extension.
2025-10-16 13:25:10 +02:00

8 lines
99 B
CSS

/* hides the native tabs */
#TabsToolbar {
visibility: collapse;
}
* {
font-size: 18pt;
}