From f96fa081cfc18ed05c5611021ec351d323e7d0f3 Mon Sep 17 00:00:00 2001 From: James Panther <4462786+jpanther@users.noreply.github.com> Date: Mon, 27 Nov 2023 19:57:33 +1100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Add=20Threads=20support?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 +- assets/css/compiled/main.css | 4 ++++ assets/css/main.css | 3 +++ assets/icons/threads.svg | 1 + exampleSite/content/styles.md | 1 + 5 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 assets/icons/threads.svg diff --git a/CHANGELOG.md b/CHANGELOG.md index 310a672..3482094 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,8 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +- Support for Spotify and Threads - Support for X (Twitter) ([#107](https://github.com/jpanther/lynx/pull/107)) -- Support for Spotify ## [1.3.1] - 2023-09-10 diff --git a/assets/css/compiled/main.css b/assets/css/compiled/main.css index 597f246..c47ee4f 100644 --- a/assets/css/compiled/main.css +++ b/assets/css/compiled/main.css @@ -1205,6 +1205,10 @@ video { background-color: #25a3e1; } +.link-threads { + background-color: #000; +} + .link-tiktok { background-color: #fe2d55; } diff --git a/assets/css/main.css b/assets/css/main.css index e0ab178..e6fd8c2 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -112,6 +112,9 @@ .link-telegram { background-color: #25a3e1; } +.link-threads { + background-color: #000; +} .link-tiktok { background-color: #fe2d55; } diff --git a/assets/icons/threads.svg b/assets/icons/threads.svg new file mode 100644 index 0000000..aa27c5f --- /dev/null +++ b/assets/icons/threads.svg @@ -0,0 +1 @@ + diff --git a/exampleSite/content/styles.md b/exampleSite/content/styles.md index 10e3cbd..c9be9f7 100644 --- a/exampleSite/content/styles.md +++ b/exampleSite/content/styles.md @@ -40,6 +40,7 @@ These are all the built-in link styles available in Lynx. Don't forget that you {{< link stack-overflow >}} {{< link steam >}} {{< link telegram >}} +{{< link threads >}} {{< link tiktok >}} {{< link tumblr >}} {{< link twitch >}}