improve visibility on mobile

This commit is contained in:
beese_buck 2022-01-08 12:25:34 -08:00 committed by GitHub
parent a7d26f825f
commit edac5cf931
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -286,4 +286,40 @@ blockquote {
.btn-danger {
border-color: #E53E3E !important;
color: red !important;
}
}
.btn.caction .score-up {
color: var(--upvote) !important;
}
.btn.caction .score-down {
color: var(--downvote) !important;
}
.user-info .text-muted {
color: var(--black1) !important;
}
.shop .btn {
background-color: var(--black1) !important;
}
#mobile-bottom-navigation-bar .text-primary {
color: var(--red) !important;
}
#mobile-bottom-navigation-bar .text-muted {
color: var(--black1) !important;
}
#settings2 .nav-link.active .fas {
color: var(--white) !important;
}
#navbarResponsive .nav-link {
color: var(--black1) !important;
}
.mobile-nav-icon {
color: var(--black1);
}