:변화의 시대/하위 문서 알림/styles.css

/* PC 전용 */
 .season1 {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 16pt;
    color: #CFA547;
    font-family: Chosunilbo_myungjo;
    user-select: none;
}

.season1 a {
    color: #CFA547; 
    font-family: Chosunilbo_myungjo;
}

/* 모바일 전용 */
@media screen and (max-width: 768px) {
.season1 {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 12pt;
    color: #CFA547;
    line-height: 25px;
    font-family: Chosunilbo_myungjo;
    user-select: none;
}

.season1 a {
    color: #CFA547; 
    font-family: Chosunilbo_myungjo;
}
}