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
1 changed files with 6 additions and 4 deletions

View File

@ -64,9 +64,6 @@
background-color: #113962;
background: linear-gradient(to bottom, #104893 0%,#113962 100%);
}
.md-nav__link {
color: black;
}
a:link {
color: #c8c8c8;
}
@ -89,4 +86,9 @@ a:link {
background-color: rgba(68,138,255,.1);
border-color: rgb(244, 244, 244);
padding: 5px;
}
}
@media only screen and (max-width: 76.1875em) {
.md-nav__link {
color: black;
}
}