From 807b99b6e6ea6ad128087f8db5951a8a85b4bb5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20M=C3=B6lle?= Date: Fri, 5 May 2023 10:09:09 +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 | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/css/brands.css b/css/brands.css index 58994b1..b87666b 100644 --- a/css/brands.css +++ b/css/brands.css @@ -84,6 +84,19 @@ button:hover, filter: brightness(90%); } +/* Apple MCSC */ +.button.button-mcsc { + color: #6c2bd9; + background-color: #ffffff; +} +.button.button-mcsc:hover, +.button.button-mcsc:focus { + filter: brightness(90%); +} + + + + /* Amazon */ .button.button-amazon { color: #000000;