New Brand Options!

- Added TikTok
- Added generic email icon
- Added alternative email icon
- Added default button to brands.css for your own branding
This commit is contained in:
Seth Cottle
2021-05-18 22:48:51 -04:00
parent fa4f4b3ca7
commit 8425f9dd55
5 changed files with 46 additions and 0 deletions

View File

@ -75,6 +75,14 @@ button:hover,
/* Brand Styles
*/
/* Default (this is great for your own brand color!) */
.button.button-default {
color: #FFFFFF;
background-color: #0085FF }
.button.button-default:hover,
.button.button-default:focus {
filter: brightness(90%) }
/* Discord */
.button.button-discord {
color: #FFFFFF;
@ -230,6 +238,14 @@ button:hover,
.button.button-telegram:focus {
filter: brightness(90%) }
/* TikTok */
.button.button-tiktok {
color: #FFFFFF;
background-color: #000000 }
.button.button-tiktok:hover,
.button.button-tiktok:focus {
filter: brightness(90%) }
/* Tumblr */
.button.button-tumblr {
color: #FFFFFF;