Welcome to mirror list, hosted at ThFree Co, Russian Federation.

darkmode.css « v3 « css - github.com/gurusabarish/hugo-profile.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2368c501f0f541a604ad00122515721022bf5f2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.darkmode {
  background-color: #18191a;
}

.darkmode-text-dark {
  color: #e4e6eb !important;
}

.darkmode-text-muted {
  color: #b0b3b8 !important;
}

.darkmode-dropdown-menu {
  background-color: #212121 !important;
}