From 8f00e0082e525c528488a57e9e3a3c93d1aff4d3 Mon Sep 17 00:00:00 2001 From: Pavel Sviderski Date: Sat, 10 May 2025 14:36:05 +1000 Subject: [PATCH] chore: add social links in the footer --- website/index.html | 22 +++++++++++++++++++++- website/style.css | 9 +++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/website/index.html b/website/index.html index e5d7ae63..f77f92dd 100644 --- a/website/index.html +++ b/website/index.html @@ -650,11 +650,31 @@ diff --git a/website/style.css b/website/style.css index 79f13228..c4f3543a 100644 --- a/website/style.css +++ b/website/style.css @@ -1720,6 +1720,10 @@ input[type="search"]::-webkit-search-results-decoration { background-clip: text; } +.fill-current{ + fill: currentColor; +} + .fill-zinc-300{ fill: #d4d4d8; } @@ -1958,6 +1962,11 @@ input[type="search"]::-webkit-search-results-decoration { color: rgb(82 82 91 / var(--tw-text-opacity)); } +.text-zinc-700{ + --tw-text-opacity: 1; + color: rgb(63 63 70 / var(--tw-text-opacity)); +} + .text-zinc-800{ --tw-text-opacity: 1; color: rgb(39 39 42 / var(--tw-text-opacity));