diff --git a/css/brands.css b/css/brands.css
index 0c94c537..b22b988a 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 00000000..4398c68f
--- /dev/null
+++ b/images/icons/trakt.svg
@@ -0,0 +1,21 @@
+
+
+
+
diff --git a/index.html b/index.html
index f72cc7d1..9f48f9d0 100644
--- a/index.html
+++ b/index.html
@@ -228,6 +228,9 @@
Letterboxd
+
+
+
Trakt
Line