Colorize sponsor buttons in about page

Co-authored-by: ctaetcsh  <48845980+ctaetcsh@users.noreply.github.com>
This commit is contained in:
yazninja 2022-07-03 19:56:40 +08:00
parent a6e3c9abe7
commit 30c139ebe0
8 changed files with 264 additions and 68 deletions

View file

@ -16344,6 +16344,21 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
margin: 0px 16px 0px 0px;
pointer-events: none;
}
.about-page .sponsorBtn.githubBtn {
background-color: #211F1F;
}
.about-page .sponsorBtn.kofiBtn {
background-color: #FBAA19;
}
.about-page .sponsorBtn.opencollectiveBtn {
background-color: #7fadf2;
}
.about-page .sponsorBtn.discordBtn {
background-color: #5865F2;
}
.about-page .sponsorBtn.twitterBtn {
background-color: #1D9BF0;
}
.sidebar-playlist .folder-button-active {
background: rgba(255, 255, 255, 0.12);
}