mirror of
https://github.com/sethcottle/littlelink.git
synced 2025-10-11 04:38:41 -04:00
Add GitLab
This commit is contained in:
parent
d611f0bf8a
commit
39545d49c1
3 changed files with 81 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue