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: 9469755ea3dfdc562cf1cbf961bfe5cf13c36888 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
html {
    background-color: #ebebeb !important;
}

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

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