From 8583142774cb76a3ec0c540103a8aab3b23541b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20M=C3=B6lle?= Date: Fri, 14 Apr 2023 17:29:25 +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, 11 insertions(+) diff --git a/css/brands.css b/css/brands.css index 4c14feb..0df45d8 100644 --- a/css/brands.css +++ b/css/brands.css @@ -272,6 +272,17 @@ button:hover, filter: brightness(90%); } +/* GitHub */ +.button.button-github { + color: #ffffff; + background-color: #353c4a; +} +.button.button-github:hover, +.button.button-github:focus { + filter: brightness(90%); +} + + /* Gitlab */ .button.button-gitlab { color: #ffffff;