From 292b479523bd9ed2509617d5d8973cbe146cefb0 Mon Sep 17 00:00:00 2001 From: yoon Date: Fri, 7 Mar 2025 11:15:03 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A2=85=EB=A3=8C=20=ED=94=84=EB=A1=9C?= =?UTF-8?q?=EC=A0=9D=ED=8A=B8=20=EB=B0=B0=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/custom.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/css/custom.css b/public/css/custom.css index b950985..a5afec2 100644 --- a/public/css/custom.css +++ b/public/css/custom.css @@ -222,9 +222,6 @@ opacity: 0.6; /* 흐려 보이게 */ right: 1rem; z-index: 2; background-color: #fff !important; - border-radius: 0.5rem; - opacity: 1; - padding: 0.635rem; box-shadow: 0 0.125rem 0.25rem rgba(161, 172, 184, 0.4); transition: all 0.23s ease 0.1s; transform: translate(23px, -25px); @@ -236,4 +233,7 @@ opacity: 0.6; /* 흐려 보이게 */ transform: translate(20px, -20px); } +.end-project { + background-color: #ddd !important; +} /* project list end */ \ No newline at end of file