Add GitLab

This commit is contained in:
Marcel Schwarz
2021-09-19 18:46:30 +02:00
parent d611f0bf8a
commit 39545d49c1
3 changed files with 81 additions and 0 deletions

View File

@ -123,6 +123,14 @@ button:hover,
.button.button-github:focus {
filter: brightness(90%) }
/* Gitlab */
.button.button-gitlab {
color: #ffffff;
background-color: #6151b2 }
.button.button-gitlab:hover,
.button.button-gitlab:focus {
filter: brightness(90%) }
/* Goodreads */
.button.button-goodreads {
color: #333333;