You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
49 lines
1.0 KiB
49 lines
1.0 KiB
.settings-icon {
|
|
color: #dcdcdc;
|
|
}
|
|
.settings-icon:hover {
|
|
color: #fff;
|
|
}
|
|
body {
|
|
background-color: #282a2d;
|
|
}
|
|
a {
|
|
color: #fff!important;
|
|
}
|
|
.nav-tabs, .active.nav-link, .nav-link:hover {
|
|
border-color: #383f47!important;
|
|
}
|
|
.active.nav-link {
|
|
border-bottom: #282a2d 1px solid!important;
|
|
background-color: transparent!important;
|
|
}
|
|
.card-header, .input-group-text {
|
|
color: #fff;
|
|
background-color: #1e2226;
|
|
border-color: #383f47;
|
|
}
|
|
.card, .navbar, .list-group-item, .form-control, .bg-light, .dropdown-item, .dropdown-menu {
|
|
background-color: #22262a!important;
|
|
color: #fff!important;
|
|
border-color: #383f47;
|
|
}
|
|
.search {
|
|
background-color: rgba(48, 48, 48, 0.8)!important;
|
|
}
|
|
.btn-primary {
|
|
background-color: #0167d4;
|
|
}
|
|
.btn-primary:hover {
|
|
background-color: #0056b2;
|
|
}
|
|
.active.btn-primary {
|
|
background-color: #0052aa!important;
|
|
}
|
|
|
|
.dropdown-menu::-webkit-scrollbar {
|
|
background: #22262a!important;
|
|
width: 4px;
|
|
}
|
|
.dropdown-menu::-webkit-scrollbar-thumb {
|
|
background: #383f47!important;
|
|
} |