From 138fcb0583cf8aba9403c92bf8402a5a6f6e17a9 Mon Sep 17 00:00:00 2001 From: JulianPrieber <60265788+JulianPrieber@users.noreply.github.com> Date: Fri, 11 Feb 2022 22:19:14 +0100 Subject: [PATCH] Added custom link button Added custom link button to allow users to add their own custom links --- public/littlelink/css/brands.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/public/littlelink/css/brands.css b/public/littlelink/css/brands.css index e588aa5..68e8c3c 100644 --- a/public/littlelink/css/brands.css +++ b/public/littlelink/css/brands.css @@ -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;