편집 요약 없음 |
편집 요약 없음 |
||
| 14번째 줄: | 14번째 줄: | ||
background-color: transparent !important; | background-color: transparent !important; | ||
} | } | ||
.wb-icon { | .wikibase-toolbar-button-edit .wb-icon, | ||
.wikibase-toolbar-button-add .wb-icon { | |||
filter: invert(1); | filter: invert(1); | ||
} | } | ||
} | } | ||
2025년 9월 30일 (화) 22:51 판
/* 이 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-toolbar-container {
background-color: transparent !important;
}
.wikibase-toolbar-button-edit .wb-icon,
.wikibase-toolbar-button-add .wb-icon {
filter: invert(1);
}
}