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

dark.css « css « assets - github.com/matsuyoshi30/harbor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 627c5be7576087af0476743c36af22180bb28709 (plain)
1
2
3
4
5
6
7
8
9
10
11
html {
    background-color: #171717 !important;
}
body {
    filter: invert(100%) hue-rotate(180deg) brightness(105%) contrast(85%);
    -webkit-filter: invert(100%) hue-rotate(180deg) brightness(105%) contrast(85%);
}
img, video, iframe, body * [style*="background-image"] {
    filter: hue-rotate(180deg) contrast(100%) invert(100%);
    -webkit-filter: hue-rotate(180deg) contrast(100%) invert(100%);
}