From 56cce2399f16ae5021211349e58ffae5d56c7b1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20M=C3=B6lle?= Date: Mon, 29 May 2023 17:32:26 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/brands.css b/css/brands.css index be7abab..7af8e3a 100644 --- a/css/brands.css +++ b/css/brands.css @@ -95,12 +95,12 @@ button:hover, } /* Work */ -.button.button-work { +.button.button-career { color: #ffffff; background-image: linear-gradient(-135deg, #120967, #1d6ff5, #b61dff); } -.button.button-work:hover, -.button.buttoon-work:focus { +.button.button-career:hover, +.button.buttoon-career:focus { filter: brightness(90%); }