From 2304c3d4d3e84a888b5aca4b1ac6c9d0770d62dc Mon Sep 17 00:00:00 2001 From: yoon Date: Thu, 13 Feb 2025 14:51:25 +0900 Subject: [PATCH] grayscaleImg --- public/css/custom.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/public/css/custom.css b/public/css/custom.css index 4123ecd..35ed370 100644 --- a/public/css/custom.css +++ b/public/css/custom.css @@ -92,4 +92,9 @@ top: 0px !important; left: 5px !important; text-align: left !important; - } \ No newline at end of file + } + + .grayscaleImg { + filter: grayscale(100%); + } + \ No newline at end of file