Skip to content

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.

@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.

3 participants