From 3ab9fd2950382d73c3bc15fb6fb6e6f7e4df799f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Avijit=20=F0=9F=9A=80?= <526avijit@gmail.com> Date: Fri, 4 Jun 2021 17:02:38 +0200 Subject: [PATCH] CSS fixes --- themes/gokarna/layouts/partials/head.html | 2 +- themes/gokarna/static/css/dark.css | 20 ++++++++------------ 2 files changed, 9 insertions(+), 13 deletions(-) diff --git a/themes/gokarna/layouts/partials/head.html b/themes/gokarna/layouts/partials/head.html index 4b34c48..29a3c69 100644 --- a/themes/gokarna/layouts/partials/head.html +++ b/themes/gokarna/layouts/partials/head.html @@ -2,7 +2,7 @@ - diff --git a/themes/gokarna/static/css/dark.css b/themes/gokarna/static/css/dark.css index 05fc47c..b7958e5 100644 --- a/themes/gokarna/static/css/dark.css +++ b/themes/gokarna/static/css/dark.css @@ -2,20 +2,16 @@ html { background: #171717 !important; color: white !important; } -/* html { - filter: invert(100%) hue-rotate(180deg) brightness(105%) contrast(85%); - -webkit-filter: invert(100%) hue-rotate(180deg) brightness(105%) contrast(85%); -} */ .header { background-color: #1b1c1d !important; color: white !important; } -/* body { - background-color: #fff !important; -} */ -/* img, -video, -body * [style*="background-image"] { + +/* TODO: Check if this is needed or not */ +/* +img, +video { filter: hue-rotate(180deg) contrast(100%) invert(100%); - -webkit-filter: hue-rotate(180deg) contrast(100%) invert(100%); */ -/* } */ + -webkit-filter: hue-rotate(180deg) contrast(100%) invert(100%); +} +*/