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

편집 요약 없음
편집 요약 없음
5번째 줄: 5번째 줄:
     color: inherit !important;
     color: inherit !important;
     box-shadow: none !important;
     box-shadow: none !important;
}
.mw-collapsible-toggle {
  color: f000 !important;
}
}

2025년 6월 15일 (일) 10:37 판

/* 이 CSS 설정은 모든 스킨에 적용됩니다 */
.mw-collapsible-toggle a:hover,
.mw-collapsible-toggle:hover {
    background-color: transparent !important;
    color: inherit !important;
    box-shadow: none !important;
}
.mw-collapsible-toggle {
  color: f000 !important;
}