Merge pull request #101 from jothi-prasath/trakt.tv

added trakt
This commit is contained in:
Seth Cottle 2023-10-28 21:34:40 -04:00 committed by GitHub
commit ca1e4077b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 35 additions and 0 deletions

View file

@ -546,6 +546,17 @@ button:hover,
filter: brightness(90%);
}
/* Trakt */
.button.button-trakt {
color: #ffffff;
background-color: #000000;
border: 1px solid #FFFFFF;
}
.button.button-trakt:hover,
.button.button-trakt:focus {
filter: brightness(90%);
}
/* Line */
.button.button-line {
color: #FFFFFF;