MediaWiki:Minerva.css: Difference between revisions
From Melvor Idle
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
background-color:#202429!important; | background-color:#202429!important; | ||
} | } | ||
} | |||
@media (max-width: 720px) { | |||
.content table { | |||
width: auto!important; | |||
} | |||
} | |||
.content table { | |||
margin: 0.2rem; | |||
} | } |
Revision as of 00:06, 14 November 2023
@media (prefers-color-scheme: dark) {
.branding-box > a {
color: #eee!important;
}
#content {
background-color:#2c343f;
border-color:#2c343f
}
.header-container .header-chrome {
background-color:#202429!important;
}
}
@media (max-width: 720px) {
.content table {
width: auto!important;
}
}
.content table {
margin: 0.2rem;
}