deliciousium/themes/lightbi-hugo/static/css/dark.css

18 lines
443 B
CSS
Raw Normal View History

2023-09-21 16:55:49 +01:00
html {
background-color: #171717 !important;
}
html {
filter: invert(100%) hue-rotate(180deg) brightness(105%) contrast(85%);
-webkit-filter: invert(100%) hue-rotate(180deg) brightness(105%) contrast(85%);
}
body {
background-color: #FFF !important;
}
img,
video,
iframe,
body * [style*="background-image"] {
filter: hue-rotate(180deg) contrast(100%) invert(100%);
-webkit-filter: hue-rotate(180deg) contrast(100%) invert(100%);
}