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

@ -1914,6 +1914,21 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
margin: 0px 16px 0px 0px;
pointer-events: none;
}
&.githubBtn {
background-color: #211F1F;
}
&.kofiBtn {
background-color: #FBAA19;
}
&.opencollectiveBtn {
background-color: #7fadf2;
}
&.discordBtn {
background-color: #5865F2;
}
&.twitterBtn {
background-color: #1D9BF0;
}
}
}