diff --git a/css/brands-extended.css b/css/brands-extended.css
index eaedc01..861a1c7 100644
--- a/css/brands-extended.css
+++ b/css/brands-extended.css
@@ -293,6 +293,17 @@ button:hover,
filter: brightness(90%);
}
+/* LeetCode */
+.button.button-leetcode {
+ color: #000000;
+ background-color: #ffffff;
+ border: 1px solid #000000;
+}
+.button.button-leetcode:hover,
+.button.button-leetcode:focus {
+ filter: brightness(90%);
+}
+
/* Lemmy */
.button.button-lemmy {
color: #ffffff;
diff --git a/images/icons-extended/leetcode.svg b/images/icons-extended/leetcode.svg
new file mode 100644
index 0000000..f454903
--- /dev/null
+++ b/images/icons-extended/leetcode.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/preview.html b/preview.html
index 0f995dc..d671db4 100644
--- a/preview.html
+++ b/preview.html
@@ -173,6 +173,9 @@
Layers
+
+
LeetCode
+
Lemmy