From d9f7363a644c8e72bb9b0f762a6d1c052462a338 Mon Sep 17 00:00:00 2001 From: inventionpro <109528211+inventionpro@users.noreply.github.com> Date: Thu, 8 Aug 2024 17:25:10 +0200 Subject: [PATCH] Update module.js --- module/dark/module.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/module/dark/module.js b/module/dark/module.js index f27229c..dab47a3 100644 --- a/module/dark/module.js +++ b/module/dark/module.js @@ -5,8 +5,6 @@ css.innerHTML = `html { background-color: #111; } body { - min-height: 100vh; - min-height: 100dvh; filter: invert(100%) hue-rotate(180deg); } /* Do not invert media (revert the invert). */