Add Threads support

This commit is contained in:
James Panther
2023-11-27 19:57:33 +11:00
parent e4141f4f78
commit f96fa081cf
5 changed files with 10 additions and 1 deletions

View File

@@ -1205,6 +1205,10 @@ video {
background-color: #25a3e1;
}
.link-threads {
background-color: #000;
}
.link-tiktok {
background-color: #fe2d55;
}

View File

@@ -112,6 +112,9 @@
.link-telegram {
background-color: #25a3e1;
}
.link-threads {
background-color: #000;
}
.link-tiktok {
background-color: #fe2d55;
}