From 0b09f1b50fe0d9dc2fd9a63e6814a87fd2f44a7c Mon Sep 17 00:00:00 2001 From: Kentai Radiquum Date: Sun, 19 May 2024 16:51:14 +0500 Subject: [PATCH] update text color --- index.html | 11 +++++------ public/js/cards.js | 2 +- public/output.css | 5 +++++ 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index bc800d3..2b43be3 100644 --- a/index.html +++ b/index.html @@ -37,12 +37,11 @@
-

Welcome to wah.su!

+

Welcome to wah.su!

-

- Looking for a cozy, reliable den away from tech companies? You've come - to the right place! wah.su is all about providing a safe and stable - environment for your projects. +

+ Looking for a cozy, reliable den away from tech companies? You've come to the right place! + wah.su is all about providing a safe and stable environment for your projects. Run by yours truly, @radiquum, we believe in quality over quantity, which is why access is currently invite-only. Interested in joining the pack? Reach out to me to sniff out an invitation. @@ -51,7 +50,7 @@

-

Currently hosting

+

Currently hosting

diff --git a/public/js/cards.js b/public/js/cards.js index 69b52f7..5ca397a 100644 --- a/public/js/cards.js +++ b/public/js/cards.js @@ -36,7 +36,7 @@ window.onload = function () { const template = `
-
${cards[index].name} +
${cards[index].name}

${cards[index].description}

diff --git a/public/output.css b/public/output.css index 8a17134..de37571 100644 --- a/public/output.css +++ b/public/output.css @@ -1653,6 +1653,11 @@ input:checked + .toggle-bg { color: rgb(255 255 255 / var(--tw-text-opacity)); } +.text-gray-600 { + --tw-text-opacity: 1; + color: rgb(75 85 99 / var(--tw-text-opacity)); +} + .opacity-0 { opacity: 0; }