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:
@ -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;
|
||||
|
Reference in New Issue
Block a user