AdamXweb / WhiteSurFirefoxThemeMacOS

MacOS Big Sur like theme for Firefox on MacOS & Windows. Make your Firefox look like Safari.
MIT License
445 stars 28 forks source link

Change fonts and bookmarks label color #30

Closed arshsaxena closed 3 years ago

arshsaxena commented 3 years ago

What should I edit to change font style and color of bookmarks label?

AdamXweb commented 3 years ago

Can you take a screenshot about what you're referring to?

arshsaxena commented 3 years ago

screenshot Font style of URL and color of bookmarks label.

AdamXweb commented 3 years ago
Screen Shot 2021-05-21 at 1 19 03 pm

This is how it looks for myself. Do you have the inbuilt Firefox Dark theme selected? Sometimes that overwrites whatever I've put in the theme.

Also, what OS & firefox version are you using?

arshsaxena commented 3 years ago

Thanks! Bookmarks label color is fine now. What about font style?

AdamXweb commented 3 years ago
toolbarbutton.bookmark-item{
font-weight:bold;
}
arshsaxena commented 3 years ago

Not that, I am asking for font-family of URL and bookmarks label.

AdamXweb commented 3 years ago

Not that, I am asking for font-family of URL and bookmarks label.

I'm sorry, I don't think I understand what you are referring to then. The code:

toolbarbutton.bookmark-item{
font-weight:bold;
}

would change "Amazon" above to bold. If you're after font-family, then you can add whatever you like into that CSS class

arshsaxena commented 3 years ago

Adding font-family in toolbarbutton.bookmark-item will do that?

AdamXweb commented 3 years ago

Correct. I'd look into a CSS resource to find the types of properties you can put in for fonts. Just be careful if you're referencing a font that isn't built into the system e.g. Google fonts, as they'd have to be imported first.

arshsaxena commented 3 years ago

Okay, I will try and let you know.

arshsaxena commented 3 years ago

It worked! Where to make changes for changing font-family of URL bar and settings menu?

AdamXweb commented 3 years ago

If you're looking to learn, I suggest you read this: https://www.reddit.com/r/FirefoxCSS/comments/73dvty/tutorial_how_to_create_and_livedebug_userchromecss/