From ccc09f9887404c0da50c66b3422d4974363ffe85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20M=C3=B6lle?= Date: Mon, 29 May 2023 17:26:59 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Ecss/brands.css=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/brands.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/css/brands.css b/css/brands.css index b87666b..affc37a 100644 --- a/css/brands.css +++ b/css/brands.css @@ -84,7 +84,7 @@ button:hover, filter: brightness(90%); } -/* Apple MCSC */ +/* MCSC */ .button.button-mcsc { color: #6c2bd9; background-color: #ffffff; @@ -94,6 +94,15 @@ button:hover, filter: brightness(90%); } +/* Work */ +.button.button-instagram { + color: #ffffff; + background-image: linear-gradient(-135deg, #120967, #1d6ff5, #b61dff); +} +.button.button-instagram:hover, +.button.button-instagram:focus { + filter: brightness(90%); +}