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

dark.css « css « static - github.com/yursan9/manis-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b6804b94ddc2d12fdd6891ec91312fec95d425b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
html {
    background-color: #141414 !important;
}

body {
filter: invert(100%) hue-rotate(180deg);
}

img:not(.icon-text, .icon-social),
video,
code {
filter: invert(100%) hue-rotate(180deg) contrast(100%);
}