From c48c752a26f96fe7e3668399d4425fbfdc78194b Mon Sep 17 00:00:00 2001 From: Nick Mudry Date: Sun, 15 Dec 2024 15:10:35 -0500 Subject: [PATCH 1/3] Adding Obsidian CSS and SVG --- css/brands.css | 7 ++++++ images/icons/obsidian.svg | 51 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 images/icons/obsidian.svg diff --git a/css/brands.css b/css/brands.css index d395548..168423d 100644 --- a/css/brands.css +++ b/css/brands.css @@ -359,6 +359,13 @@ --button-border:1px solid #212121; } +/* Obsidian */ +.button.button-obsidian { + --button-text:#ffffff; + --button-background:#262626; + --button-border:1px solid #ffffff; +} + /* OnlyFans */ .button-onlyfans { --button-text:#ffffff; diff --git a/images/icons/obsidian.svg b/images/icons/obsidian.svg new file mode 100644 index 0000000..679a19b --- /dev/null +++ b/images/icons/obsidian.svg @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file From 568b2f6c0e321899767010b0aabf31c99b88c66e Mon Sep 17 00:00:00 2001 From: Seth Cottle Date: Fri, 20 Dec 2024 13:12:03 -0500 Subject: [PATCH 2/3] Add Obsidian to index.html --- index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.html b/index.html index 18f20bc..52d5664 100644 --- a/index.html +++ b/index.html @@ -211,6 +211,9 @@ Notion + + + Obsidian OnlyFans (18+) From 15f86144614575826c0bca8ade34b04c1ab61752 Mon Sep 17 00:00:00 2001 From: Seth Cottle Date: Fri, 20 Dec 2024 13:14:55 -0500 Subject: [PATCH 3/3] Version Bump --- VERSION.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/VERSION.md b/VERSION.md index 75e2009..4e8e8f3 100644 --- a/VERSION.md +++ b/VERSION.md @@ -1,6 +1,9 @@ # LittleLink Version History -## Current Version: v3.0.1 +## Current Version: v3.0.2 + +### v3.0.2 - 12/20/2024 +- Added Obsidian as a brand ### v3.0.1 - 11/13/2024 - Removed Trakt logo from `images/icons` since this now lives in LittleLink Extended