improve visibility on mobile
This commit is contained in:
parent
a7d26f825f
commit
edac5cf931
1 changed files with 37 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue