From 40c2a166a458772487c023125e496e3cc0e0f9f0 Mon Sep 17 00:00:00 2001 From: yoon Date: Tue, 11 Feb 2025 12:59:40 +0900 Subject: [PATCH] =?UTF-8?q?userList=20filter=20css=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/custom.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/public/css/custom.css b/public/css/custom.css index 5c3e23b..bee9d0c 100644 --- a/public/css/custom.css +++ b/public/css/custom.css @@ -93,4 +93,11 @@ top: 0px !important; left: 5px !important; text-align: left !important; - } \ No newline at end of file + } + + /* userList */ + + .grayscaleImg { + filter: grayscale(100%); + } + \ No newline at end of file