-
Notifications
You must be signed in to change notification settings - Fork 654
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fixup for github sponsors #1276
base: master
Are you sure you want to change the base?
Conversation
github-dark.user.css
Outdated
-webkit-background-clip: text; | ||
} | ||
.text-gray-dark-mktg { | ||
color: #c6c6c6 !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.
Use existing css vars would be better
github-dark.user.css
Outdated
@@ -29271,3 +29271,14 @@ | |||
--color-tooltip-text: #c6c6c6; | |||
} | |||
} | |||
@-moz-document regexp("https?://github.com/sponsors") { |
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.
You may want to lock these changes from jumping sections
@-moz-document regexp("https?://github.com/sponsors") { | |
@-moz-document regexp("https?://github.com/sponsors(/.*)?") { |
Please don't edit |
Signed-off-by: ejbtrd <[email protected]>
Signed-off-by: ejbtrd <[email protected]>
I've pushed changes, please review again. |
@@ -2324,3 +2324,14 @@ | |||
background: #333 !important; | |||
} | |||
} | |||
@-moz-document regexp("https?://github.com/sponsors(/.*)?") { | |||
.sponsors-hero-headline { | |||
color: #040d21 !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.
CSS vars pls, same below.
And only use important if absolutely necessary.
once youre done run make
and force push changes.
No description provided.