mirror of
https://github.com/Dannecron/littlelink.git
synced 2025-12-26 00:22:35 +03:00
Add Discogs
This commit is contained in:
@@ -266,6 +266,17 @@ button:hover,
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* Discogs */
|
||||
.button.button-discogs {
|
||||
color: #000000;
|
||||
background-color: #FFFFFF;
|
||||
border: 1px solid #000000
|
||||
}
|
||||
.button.button-discogs:hover,
|
||||
.button.button-discogs:focus {
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* Discord */
|
||||
.button.button-discord {
|
||||
color: #ffffff;
|
||||
|
||||
Reference in New Issue
Block a user