From 6f0d430bc0f384cc80ea1ad415e2e22905e6c431 Mon Sep 17 00:00:00 2001 From: "@CyberAndi" Date: Tue, 28 Mar 2023 05:17:53 +0200 Subject: [PATCH] Update default.css --- assets/css/default.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/assets/css/default.css b/assets/css/default.css index 11726a6d..bccb48a6 100644 --- a/assets/css/default.css +++ b/assets/css/default.css @@ -444,7 +444,6 @@ body.dark-theme { background-image: linear-gradient(0deg, transparent, transparent, transparent, rgba(47,121,160,1)); color: #f0f0f0; } - .dark-theme .pure-form legend { color: #f0f0f0; } @@ -603,6 +602,6 @@ div.thumbnail { position: relative; box-sizing: border-box; border: #ccc solid; - box-shadow: 0.25em 0.25em 0.5em rgba(0,0,0,0.8), 0 0 black); + box-shadow: 0.25em 0.25em 0.5em rgba(0,0,0,0.8), 0 0 rgba(0,0,0,0.8); }