-
Notifications
You must be signed in to change notification settings - Fork 69
Add prefers-color-scheme variant #82
base: master
Are you sure you want to change the base?
Conversation
} | ||
|
||
.tabbrowser-tab[pinned="true"][style^="margin-inline-start"] { | ||
padding-left: 12px !important; | ||
padding-left: 8px !important; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These changes look to be separate from supporting theme-detection. I'll give them a try and see if these numbers work.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for the PR! Sorry for the late review, life's been busy.
It looks like you're using a formatter. Could you submit either another PR or a change that formats the 2-other files too? This will make future changes easier.
Just did in the last PR. btw, don't be sorry! I'm thankful you did all the heavy lifting allowing me to build upon your work a perfect theme for FF 😍 Have a nice week! |
just realized that having it to auto detect macOS dark preference having 'dark' and 'light' modes seems redundant.. |
Fixes #62 :)