muckSponge / MaterialFox

A Material Design-inspired userChrome.css theme for Firefox
MIT License
1.92k stars 147 forks source link

Change font size of text on URL Bar #287

Closed MeisterJames closed 3 years ago

MeisterJames commented 3 years ago

Hello, would it be possible to change the font and font size of the URL Bar? For some reason mine looks very mono-chrome and a small size. Here's an example of my Firefox vs my Chrome

image image

Edit: Resolved here by adding to :root https://github.com/muckSponge/MaterialFox/issues/274

Biodegradavide commented 3 years ago

I'm having the same issue. What do you mean with "adding to :root"? Thanks

ianyepan commented 3 years ago

@Biodegradavide The current line --toolbar-field-fontsize: 14px !important; is only present in the light mode part of the code. If you want the font size set for both light and dark modes, you should set it in the :root section (which should be somewhere around Line 118-130 in variable.css)