added trakt

This commit is contained in:
Jothi Prasath
2023-09-11 18:58:54 +05:30
parent 5af538f6dd
commit fda2ba721d
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;