Files
hugo-profile/css/v3/darkmode.css
T
hugo-profile bot 5ea0bf477b deploy: 47bc00e9d4
2021-08-09 17:27:10 +00:00

15 lines
169 B
CSS

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