No edit summary |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
.wiki-template-card-content-desc { | .wiki-template-card-content-desc { | ||
color: var(--color-base) | color: var(--color-base) | ||
} | |||
.mw-datatable td, | |||
.mw-datatable th, | |||
.mw-datatable tr:hover td{ | |||
background-color: var(--background-color-dp-04); | |||
} | } |
Latest revision as of 16:45, 30 January 2023
/* CSS placed here will be applied to all skins */
.wiki-template-card {
background: var(--background-color-dp-04);
border: 1px solid var(--border-color-base--darker);
}
.wiki-template-card-content-desc {
color: var(--color-base)
}
.mw-datatable td,
.mw-datatable th,
.mw-datatable tr:hover td{
background-color: var(--background-color-dp-04);
}