docs - mobile css fix

This commit is contained in:
silversword411 2022-08-13 15:34:15 -04:00
parent 5e1664c700
commit 7d731c978a
No known key found for this signature in database
GPG Key ID: 6F4BD176F56B50CA

View File

@ -64,9 +64,6 @@
background-color: #113962; background-color: #113962;
background: linear-gradient(to bottom, #104893 0%,#113962 100%); background: linear-gradient(to bottom, #104893 0%,#113962 100%);
} }
.md-nav__link {
color: black;
}
a:link { a:link {
color: #c8c8c8; color: #c8c8c8;
} }
@ -90,3 +87,8 @@ a:link {
border-color: rgb(244, 244, 244); border-color: rgb(244, 244, 244);
padding: 5px; padding: 5px;
} }
@media only screen and (max-width: 76.1875em) {
.md-nav__link {
color: black;
}
}