mirror of
https://github.com/sethcottle/littlelink.git
synced 2025-07-24 23:15:20 -04:00
commit
ca1e4077b5
3 changed files with 35 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue