From 0c3af6370a03b0f906ef0b7b6d7b76ad4ba478b2 Mon Sep 17 00:00:00 2001 From: anamotaadyen Date: Sat, 8 Oct 2022 21:03:38 +0100 Subject: [PATCH] test card background matching --- app/static/css/application.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/static/css/application.css b/app/static/css/application.css index 0f5bfae..96b8f32 100644 --- a/app/static/css/application.css +++ b/app/static/css/application.css @@ -736,11 +736,10 @@ a:hover { -webkit-perspective: 600px; -moz-perspective: 600px; perspective: 600px; - + background: rgb(6, 6, 46); } .card__part { - box-shadow: 1px 1px #aaa3a3; top: 0; position: absolute; z-index: 1000;