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;