From 007d87f17583aa8999b4eedb7fe654e5111ad971 Mon Sep 17 00:00:00 2001 From: leebj Date: Wed, 12 Jun 2024 11:25:44 +0900 Subject: [PATCH] =?UTF-8?q?=ED=85=8D=EC=8A=A4=ED=8A=B8=20=EC=83=89?= =?UTF-8?q?=EC=83=81=20=ED=81=B4=EB=9E=98=EC=8A=A4=20=EC=B6=94=EA=B0=80(te?= =?UTF-8?q?xt-blue,=20text-green)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/resources/applib/css/applib.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/main/webapp/resources/applib/css/applib.css b/src/main/webapp/resources/applib/css/applib.css index 0fec29f..b81f673 100644 --- a/src/main/webapp/resources/applib/css/applib.css +++ b/src/main/webapp/resources/applib/css/applib.css @@ -54,6 +54,16 @@ table:has(.sticky-thead) td { color: orange !important; } +.text-blue { + --bs-text-opacity: 1; + color: blue !important; +} + +.text-green{ + --bs-text-opacity: 1; + color: green !important; +} + .bg-bordergray { background-color: #D9DEE3; }