6 lines
144 B
CSS
6 lines
144 B
CSS
.page-title {
|
|
font-size: 1.em !important;
|
|
font-weight : bold !important;
|
|
color: #006400 !important; /* 원하는 색상으로 변경 */
|
|
}
|