Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions src/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -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.

}
.text-gradient-blue-purple {
-webkit-background-clip: text;
}
.text-gray-dark-mktg {
color: #c6c6c6 !important;
}
}