From 10636439b196360af1c4538fb44f0050574cdec8 Mon Sep 17 00:00:00 2001 From: rion Date: Sat, 22 Feb 2025 20:15:23 -0600 Subject: [PATCH] Update homepage/config/custom.css --- homepage/config/custom.css | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/homepage/config/custom.css b/homepage/config/custom.css index 7b52d18..48de92c 100644 --- a/homepage/config/custom.css +++ b/homepage/config/custom.css @@ -12,19 +12,4 @@ .dark\:bg-theme-900\/50:is(.dark *) { background-color:rgba(224, 217, 217, 0.403); } -} - -:is(.light .light\:bg-white\/5) { - border-radius: 10px; - border-width: 1px; - border-color: rgba(227, 227, 227, 0.506); - background-color: rgba(97, 144, 182, 0.437) !important; - padding: 10px; - .light\:bg-theme-900\/20:is(.light *) { - background-color:rgba(166, 213, 251, 0.328); - border-radius: 1rem; -} -.light\:bg-theme-900\/50:is(.light *) { - background-color:rgba(224, 217, 217, 0.403); -} -} +} \ No newline at end of file