minor colour fixes
This commit is contained in:
@@ -106,7 +106,7 @@ div.profile-match-wrapper > div > a {
|
||||
border: 1px solid #383c4a;
|
||||
}
|
||||
|
||||
.list-group-item:hover, .list-group-item:active {
|
||||
.list-group-item:active {
|
||||
color: #f4f4f4 !important;
|
||||
}
|
||||
|
||||
@@ -342,10 +342,25 @@ blockquote {
|
||||
border: 1px solid #415240 !important;
|
||||
}
|
||||
|
||||
.item-category {
|
||||
.item-category, .item-category > .text-dark {
|
||||
color: #222222 !important;
|
||||
}
|
||||
|
||||
.nav-link.active {
|
||||
color: #111111 !important;
|
||||
}
|
||||
.nav-link:focus, .nav-link:hover {
|
||||
color: #eeeeee;
|
||||
}
|
||||
|
||||
.nav-link.active > .fa-fw {
|
||||
color: #eeeeee;
|
||||
}
|
||||
|
||||
.nav-tabs {
|
||||
border-bottom: 1px solid #415240 !important;
|
||||
}
|
||||
|
||||
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
|
||||
border-top-color: #444444;
|
||||
border-right-color: #444444;
|
||||
border-bottom-color: #444444;
|
||||
border-left-color: #444444;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user