m 링크 색상 #9DD84B 에서 #00BCD4로 변경 |
heading들에 bold 처리 |
||
6번째 줄: | 6번째 줄: | ||
a { | a { | ||
color: #00BCD4; | color: #00BCD4; | ||
font-weight: bold; | |||
} | |||
h1, h2, h3, h4, h5, h6 { | |||
font-weight: bold; | font-weight: bold; | ||
} | } |
2022년 10월 7일 (금) 11:11 판
/* 이 CSS 설정은 모든 스킨에 적용됩니다 */
.mw-highlight pre {
font-size: 90%;
}
a {
color: #00BCD4;
font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
font-weight: bold;
}