텍스트 색상 클래스 추가(text-blue, text-green)

main
이범준 5 months ago
parent 02ede42ebf
commit 007d87f175

@ -54,6 +54,16 @@ table:has(.sticky-thead) td {
color: orange !important; color: orange !important;
} }
.text-blue {
--bs-text-opacity: 1;
color: blue !important;
}
.text-green{
--bs-text-opacity: 1;
color: green !important;
}
.bg-bordergray { .bg-bordergray {
background-color: #D9DEE3; background-color: #D9DEE3;
} }

Loading…
Cancel
Save