darkmode initial commit

This commit is contained in:
gurusabarish
2021-06-17 22:00:17 +05:30
parent 758e0f7ad2
commit fd2b79bc98
5 changed files with 67 additions and 2 deletions
+34
View File
@@ -0,0 +1,34 @@
.darkmode {
background-color: #18191a;
}
.darkmode-text-dark {
color: #e4e6eb !important;
}
.darkmode-text-muted {
color: #b0b3b8 !important;
}
.nav-pills .active {
color: #e4e6eb !important;
}
.darkmode-content-pro {
background-color: #3a3b3c !important;
}
.bg-pro {
opacity: 0.8;
}
.achiv {
background: #3a3b3c;
}
.achiv .text-secondary {
color: #e4e6eb;
}
.card {
}