MediaWiki:Minerva.css: Difference between revisions
From Melvor Idle
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
background-color: #2c343f; | background-color: #2c343f; | ||
box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.1); | box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.1); | ||
} | |||
.header-container .branding-box { | |||
opacity: 1; | |||
} | } | ||
} | } |
Revision as of 00:13, 14 November 2023
@media (prefers-color-scheme: dark) {
#content {
background-color:#2c343f;
border-color:#2c343f
}
.header-container.header-chrome {
background-color: #2c343f;
box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.1);
}
.header-container .branding-box {
opacity: 1;
}
}
@media (max-width: 720px) {
.content table {
width: auto!important;
}
}
.content table {
margin: 0.2rem;
}