편집 요약 없음 |
편집 요약 없음 |
||
| 11번째 줄: | 11번째 줄: | ||
border-color: #444 !important; | border-color: #444 !important; | ||
} | } | ||
.wikibase- | .wikibase-entitytermsview .wikibase-toolbar-container .wikibase-toolbar-container { | ||
background-color: transparent !important; | background-color: transparent !important; | ||
} | } | ||
} | } | ||
2025년 9월 30일 (화) 22:41 판
/* 이 CSS 설정은 모든 스킨에 적용됩니다 */
@media (prefers-color-scheme: dark) {
.wikibase-entitytermsforlanguagelistview {
background-color: #1c1d1f !important; /* kawaragi dark card color */
border-color: #444 !important; /* kawaragi dark card border color */
}
.wikibase-entitytermsforlanguagelistview-header-row .wikibase-entitytermsforlanguagelistview-cell {
background-color: #D4D4D425 !important;
border-color: #444 !important;
}
.wikibase-entitytermsview .wikibase-toolbar-container .wikibase-toolbar-container {
background-color: transparent !important;
}
}