From f33176030d832c31c7312bdc3dba909bc6b62556 Mon Sep 17 00:00:00 2001 From: kacher <59241904+kachbit@users.noreply.github.com> Date: Mon, 27 Nov 2023 21:49:15 -0800 Subject: [PATCH] remove unnecessary css --- frontend/src/index.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/frontend/src/index.css b/frontend/src/index.css index 60c65ab..9d965f3 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -61,11 +61,6 @@ --radius: 0.5rem; } - - /* invert image for dark theme */ - .invert { - filter: invert(); - } body.dark { background-color: black;