This commit is contained in:
Marcus Jaschen
2022-09-18 09:38:59 +02:00
parent 7eb05b5787
commit fc7bdbb556
3 changed files with 16 additions and 0 deletions

View File

@ -538,6 +538,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;