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

github.com/yursan9/manis-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/dark.css')
-rw-r--r--static/css/dark.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/static/css/dark.css b/static/css/dark.css
new file mode 100644
index 0000000..c5b340c
--- /dev/null
+++ b/static/css/dark.css
@@ -0,0 +1,13 @@
+html {
+ background-color: #ebebeb !important;
+}
+
+html {
+filter: invert(1) hue-rotate(.5turn);
+}
+
+img:not(.icon-text, .icon-social),
+video,
+code {
+filter: hue-rotate(180deg) contrast(100%) invert(100%);
+}