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 >}}