No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
} | } | ||
.mw-datatable td, | .mw-datatable td, | ||
.mw-datatable th { | .mw-datatable th, | ||
.mw-datatable tr:hover td{ | |||
background-color: var(--background-color-dp-04); | 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);
}