diff --git a/src/main.css b/src/main.css index 992d2fe21..401b10e01 100644 --- a/src/main.css +++ b/src/main.css @@ -2324,3 +2324,14 @@ background: #333 !important; } } +@-moz-document regexp("https?://github.com/sponsors(/.*)?") { + .sponsors-hero-headline { + color: #040d21 !important; + } + .text-gradient-blue-purple { + -webkit-background-clip: text; + } + .text-gray-dark-mktg { + color: #c6c6c6 !important; + } +}