탭 열기 수정

This commit is contained in:
현성필
2023-05-19 13:42:35 +09:00
parent d78b65d4a6
commit 2ff53a17ca
2 changed files with 22 additions and 5 deletions
+9
View File
@@ -1563,3 +1563,12 @@ figure div span {
display: inline-block;
margin-right: 5px; /* Adjust this value as per your requirement */
}
.nav-link {
color: #AAAAAA;
}
.nav-link.active{
font-weight: bold;
color: #000000;
}