From 6c6451220ad283faef60726eed6c49468a8db015 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9C=A0=EC=A7=80=EC=9D=B8?= Date: Fri, 6 Feb 2026 09:42:54 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B0=9C=EC=A3=BC=EA=B8=B0=EA=B4=80=20>=20?= =?UTF-8?q?=EA=B1=B4=EC=84=A4=ED=98=84=EC=9E=A5=20=EC=A1=B0=ED=9A=8C=20?= =?UTF-8?q?=EB=AA=A9=EB=A1=9D=20=EB=A7=88=EC=9A=B0=EC=8A=A4=20hover?= =?UTF-8?q?=EC=8B=9C=20bold=20=EA=B0=95=EB=8F=84=20=EC=A1=B0=EC=A0=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/com/css/common.v2.0.css | 2 +- src/main/webapp/com/css/sass/common.v2.0.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/com/css/common.v2.0.css b/src/main/webapp/com/css/common.v2.0.css index 53d1dada..dd1677d1 100644 --- a/src/main/webapp/com/css/common.v2.0.css +++ b/src/main/webapp/com/css/common.v2.0.css @@ -6642,7 +6642,7 @@ ul.faq-q > li textarea { .drilling .table-wrap table tr:hover { color: #333; background-color: #dde8f5 !important; - font-weight: bold; + font-weight: 400; } .drilling .table-wrap table td { color: #666; diff --git a/src/main/webapp/com/css/sass/common.v2.0.scss b/src/main/webapp/com/css/sass/common.v2.0.scss index bee5e93f..292e1dd6 100644 --- a/src/main/webapp/com/css/sass/common.v2.0.scss +++ b/src/main/webapp/com/css/sass/common.v2.0.scss @@ -4971,7 +4971,7 @@ ul.faq-q > li textarea { .table-wrap table tr:hover { color: #333; background-color: #dde8f5 !important; - font-weight: bold; + font-weight: 400; } .table-wrap table td { color: #666;