MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
#content h1, #content h2, #content h3, #content h4, #content h5 { | #content h1, #content h2, #content h3, #content h4, #content h5 { | ||
font-family: 'Rubik', sans-serif !important; | font-family: 'Rubik', sans-serif !important; | ||
} | |||
@media (prefers-color-scheme: light) { | |||
.message-box { | |||
border-color: #54595d !important; | |||
background-color: #27292d !important; | |||
color: #eaecf0 !important; | |||
} | |||
} | } | ||