„css/brands.css“ ändern

This commit is contained in:
Yann Mölle 2023-04-14 20:40:16 +02:00
parent 1cc1a1a1e1
commit e3e7242b15

View File

@ -275,7 +275,8 @@ button:hover,
/* Gitea */ /* Gitea */
.button.button-gitea { .button.button-gitea {
color: #ffffff; color: #ffffff;
background-color: #353c4a; /* background-color: #353c4a; */
background-color: radial-gradient(circle, rgba(53,60,74,1) 0%, rgba(50,51,52,1) 100%);
} }
.button.button-github:hover, .button.button-github:hover,
.button.button-github:focus { .button.button-github:focus {