MediaWiki:Mobile.css: Difference between revisions

no edit summary
No edit summary
Tags: Mobile edit Mobile web edit
No edit summary
Line 48: Line 48:
     display: flex;
     display: flex;
     width: 95%;
     width: 95%;
}
.topnav {
    border: 1px solid #a2a9b1;
    margin-bottom: 10px;
    background-color: #f8f9fa;
    padding: 10px;
}
.topnav th {
    font-size: 1.25em;
}
.client-dark-mode .topnav {
    border: 1px solid #222222;
    background-color: #121212;
}
}