diff --git a/src/main/resources/static/css/common.css b/src/main/resources/static/css/common.css index d17d2cf7..e8a02ef7 100644 --- a/src/main/resources/static/css/common.css +++ b/src/main/resources/static/css/common.css @@ -174,13 +174,27 @@ color: #24396c; text-align: center; } -.col-form-label-sm.text-center{ + +.col-form-label-sm.text-center { background-color: #aabfe178; + border: 1px solid rgba(var(--bs-secondary-rgb))!important; + } + +.col-form-label-sm.text-start, .col-sm-10.form-control-sm{ + border: 1px solid rgba(var(--bs-secondary-rgb))!important; +} + + + @font-face {font-family:'GmarketSansMedium';src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');} .dash-title { font-family: 'GmarketSansMedium'; font-size: 18px; -} \ No newline at end of file +} + +.bg-light.text-center{ + background-color: #deebff78!important; +} diff --git a/src/main/resources/templates/publicBoard/qna/qnaEditModal.html b/src/main/resources/templates/publicBoard/qna/qnaEditModal.html index 0452bc0e..cdaa6f3b 100644 --- a/src/main/resources/templates/publicBoard/qna/qnaEditModal.html +++ b/src/main/resources/templates/publicBoard/qna/qnaEditModal.html @@ -16,7 +16,7 @@