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

View File

@ -458,6 +458,16 @@ button:hover,
filter: brightness(90%);
}
/* Strava */
.button.button-strava {
color: #ffffff;
background-color: #fc5200;
}
.button.button-strava:hover,
.button.button-strava:focus {
filter: brightness(90%);
}
/* Telegram */
.button.button-telegram {
color: #ffffff;