From 9e754e4a8894996d5f1ca17690633afd94b69d8b Mon Sep 17 00:00:00 2001 From: Kentai Radiquum Date: Mon, 3 Feb 2025 00:21:18 +0500 Subject: [PATCH] tailwind --- src/static/tailwind.css | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/src/static/tailwind.css b/src/static/tailwind.css index c2785ef..53fabf7 100644 --- a/src/static/tailwind.css +++ b/src/static/tailwind.css @@ -527,9 +527,6 @@ .invisible { visibility: hidden; } - .visible { - visibility: visible; - } .absolute { position: absolute; } @@ -813,9 +810,6 @@ .text-orange-400 { color: var(--color-orange-400); } - .text-slate-700 { - color: var(--color-slate-700); - } .text-white { color: var(--color-white); } @@ -953,16 +947,6 @@ grid-template-columns: repeat(auto-fill,minmax(20%,1fr)); } } - .dark\:block { - @media (prefers-color-scheme: dark) { - display: block; - } - } - .dark\:hidden { - @media (prefers-color-scheme: dark) { - display: none; - } - } .dark\:bg-\[\#160606\] { @media (prefers-color-scheme: dark) { background-color: #160606;