mirror of
https://github.com/sethcottle/littlelink.git
synced 2025-09-28 22:39:37 -04:00
Merge pull request #66 from mjaschen/feature/untappd-button
Add Untappd logo (https://untappd.com/)
This commit is contained in:
commit
b01f209660
3 changed files with 16 additions and 0 deletions
|
@ -548,6 +548,16 @@ button:hover,
|
|||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* Untappd */
|
||||
.button.button-untappd {
|
||||
color: #ffffff;
|
||||
background-color: #ffc000;
|
||||
}
|
||||
.button.button-untappd:hover,
|
||||
.button.button-untappd:focus {
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* Vimeo */
|
||||
.button.button-vimeo {
|
||||
color: #ffffff;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue