From 4b7b6d6d2c5a923c10da8199451d9b77d9dfe78a Mon Sep 17 00:00:00 2001 From: Stas Medvedev Date: Thu, 13 Jun 2024 03:23:34 +0300 Subject: upd readme, go to source code href=/readme --- static/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'static') diff --git a/static/style.css b/static/style.css index d688eec..4533793 100644 --- a/static/style.css +++ b/static/style.css @@ -871,6 +871,11 @@ div { color: rgb(161 161 170 / var(--tw-text-opacity)); } +.text-neutral-700 { + --tw-text-opacity: 1; + color: rgb(64 64 64 / var(--tw-text-opacity)); +} + .underline { text-decoration-line: underline; } @@ -916,6 +921,11 @@ div { color: rgb(82 82 91 / var(--tw-text-opacity)); } +.hover\:text-secondary-900:hover { + --tw-text-opacity: 1; + color: rgb(24 24 27 / var(--tw-text-opacity)); +} + .group:hover .group-hover\:inline-block { display: inline-block; } -- cgit v1.2.3