mirror of
https://github.com/BeamMP/Docs.git
synced 2025-07-01 07:25:31 +00:00
13 lines
232 B
CSS
13 lines
232 B
CSS
@media screen {
|
|
[data-md-color-scheme=default] .logo-dark {
|
|
display: none !important;
|
|
}
|
|
|
|
[data-md-color-scheme=slate] .logo-light {
|
|
display: none !important;
|
|
}
|
|
}
|
|
|
|
a.md-header__button.md-logo > img {
|
|
height: 50px;
|
|
} |