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;