From 24e73c3ff2f92fa07ce6e6325860396134c66dec Mon Sep 17 00:00:00 2001 From: A1Gard Date: Fri, 3 Mar 2023 05:55:16 +0330 Subject: [PATCH] fix color card --- public/css/theme.css | 8 ++------ resources/theme/css/style.css | 8 ++------ 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/public/css/theme.css b/public/css/theme.css index 0aa2aa5..1c4c578 100755 --- a/public/css/theme.css +++ b/public/css/theme.css @@ -10794,17 +10794,13 @@ tr.border-bottom td { } -.alert-info { - background: #f3c7e9; - border-color: dodgerblue; - color: darkred; -} .form-check-input:checked { - background-color: darkmagenta; + background-color: dodgerblue; border-color: dodgerblue; } + .post-card { box-shadow: 0 3px 7px #aaa; overflow: hidden; diff --git a/resources/theme/css/style.css b/resources/theme/css/style.css index 41e1b82..19c254a 100755 --- a/resources/theme/css/style.css +++ b/resources/theme/css/style.css @@ -824,17 +824,13 @@ tr.border-bottom td { } -.alert-info { - background: #f3c7e9; - border-color: dodgerblue; - color: darkred; -} .form-check-input:checked { - background-color: darkmagenta; + background-color: dodgerblue; border-color: dodgerblue; } + .post-card { box-shadow: 0 3px 7px #aaa; overflow: hidden;