Added custom link button

Added custom link button to allow users to add their own custom links
This commit is contained in:
JulianPrieber 2022-02-11 22:19:14 +01:00 committed by GitHub
parent 8b030a3eea
commit 138fcb0583
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -85,6 +85,15 @@ button:hover,
/* Brand Styles
*/
/* Added custom link button*/
.button.button-custom {
color: #FFFFFF;
background-color: #FFFFFF;
background-image: linear-gradient(-135deg,#0f0c29,#302b63,#24243e) }
.button.button-custom:hover,
.button.button-custom:focus {
filter: brightness(90%) }
/* Default (this is great for your own brand color!) */
.button.button-default {
color: #FFFFFF;