미디어위키:Citizen.css: 두 판 사이의 차이

청소년정책위키
편집 요약 없음
편집 요약 없음
태그: 되돌려진 기여
6번째 줄: 6번째 줄:
#citizen-pref-fontsize {
#citizen-pref-fontsize {
     display: none;
     display: none;
}
#firstHeadingTitle {
    color: red;
}
}

2023년 9월 20일 (수) 18:50 판

/* 여기의 모든 CSS는 시티즌 스킨을 사용하는 사용자에게 로드됩니다 */
html {
    --width-layout--extended: var(--width-layout);
}

#citizen-pref-fontsize {
    display: none;
}

#firstHeadingTitle {
    color: red;
}