summaryrefslogtreecommitdiff
path: root/client/src/styles/bootstrap-mod.css
blob: 4a4ecd9b37ea623f457c111a724ed78d63a0e573 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/* .dark-navbar {
    background-color: #1f1f1f !important;
}

.nav-link {
    color: #d3d3d3 !important;
}

.dark-card {
    background-color: #1d1d1d !important;
}

.card-title {
    color: #e1e1e1 !important;
}

.badge-primary {
    background-color: #bb86fc !important;
    border-color: #bb86fc !important;
}

.btn-primary {
    background-color: #bb86fc !important;
    border-color: #bb86fc !important;
}

.card-img-top {
    border-radius: 50%;
}

.navbar-toggler-icon {
    color: #e1e1e1 !important;
}

.dropdown-menu {
    background-color: #1f1f1f !important;
} */