Skip to content
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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

fixup for github sponsors #1276

wants to merge 2 commits into from

Conversation

przekichane
Copy link

No description provided.

-webkit-background-clip: text;
}
.text-gray-dark-mktg {
color: #c6c6c6 !important;
Copy link
Member

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

@@ -29271,3 +29271,14 @@
--color-tooltip-text: #c6c6c6;
}
}
@-moz-document regexp("https?://github.com/sponsors") {
Copy link
Member

@the-j0k3r the-j0k3r Dec 9, 2020

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

Suggested change
@-moz-document regexp("https?://github.com/sponsors") {
@-moz-document regexp("https?://github.com/sponsors(/.*)?") {

@silverwind
Copy link
Member

Please don't edit github-dark.user.css but the files in src. In this case, src/main.css. Then run make build to rebuild.

Signed-off-by: ejbtrd <ejbtrd@gmail.com>
Signed-off-by: ejbtrd <ejbtrd@gmail.com>
@przekichane
Copy link
Author

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;
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants