„css/brands.css“ ändern

This commit is contained in:
Yann Mölle 2023-04-14 17:29:25 +02:00
parent eceb3c454e
commit 8583142774

View File

@ -272,6 +272,17 @@ button:hover,
filter: brightness(90%); filter: brightness(90%);
} }
/* GitHub */
.button.button-github {
color: #ffffff;
background-color: #353c4a;
}
.button.button-github:hover,
.button.button-github:focus {
filter: brightness(90%);
}
/* Gitlab */ /* Gitlab */
.button.button-gitlab { .button.button-gitlab {
color: #ffffff; color: #ffffff;