Merge pull request #66 from mjaschen/feature/untappd-button

Add Untappd logo (https://untappd.com/)
This commit is contained in:
Seth Cottle
2022-09-20 09:30:36 -04:00
committed by GitHub
3 changed files with 16 additions and 0 deletions

View File

@ -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;