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; }