Anonymous user
MediaWiki:Common.css: Difference between revisions
m
no edit summary
imported>Ttv pedro270707 m (Fixed border sizes being inconsistent) |
imported>Ttv pedro270707 mNo edit summary |
||
Line 1: | Line 1: | ||
html { | |||
--table-header-background: #eaecf0; | |||
--table-border: #a2a9b1; | |||
} | |||
html.client-darkmode { | |||
--table-header-background: #444444; | |||
} | |||
@font-face { | @font-face { | ||
font-family: 'Minecraft'; | font-family: 'Minecraft'; | ||
Line 100: | Line 109: | ||
} | } | ||
.wikitable > tr > th, .wikitable > * > tr > th { | |||
background-color: | background-color: var(--table-header-background); | ||
border: 1px solid var(--table-border); | |||
} | } | ||