Files
hugo-profile/static/css/v3/darkmode.css
T
gurusabarish 60767edc93 dark mode
2021-06-21 15:34:43 +05:30

15 lines
169 B
CSS

.darkmode {
background-color: #18191a;
}
.darkmode-text-dark {
color: #e4e6eb !important;
}
.darkmode-text-muted {
color: #b0b3b8 !important;
}