diff --git a/css/brands.css b/css/brands.css index 2296d2a..9e30118 100644 --- a/css/brands.css +++ b/css/brands.css @@ -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; diff --git a/images/icons/trakt.svg b/images/icons/trakt.svg new file mode 100644 index 0000000..4398c68 --- /dev/null +++ b/images/icons/trakt.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + diff --git a/index.html b/index.html index 9771570..0662259 100644 --- a/index.html +++ b/index.html @@ -228,6 +228,9 @@ Letterboxd
+ + + Trakt
Line