From 172a63a84184f646a333a44d80d863299e6cd089 Mon Sep 17 00:00:00 2001 From: SimolZimol <70102430+SimolZimol@users.noreply.github.com> Date: Thu, 12 Sep 2024 11:51:24 +0200 Subject: [PATCH] deleted: static/css/theme-dark.css deleted: static/css/theme-light.css --- static/css/theme-dark.css | 8 -------- static/css/theme-light.css | 8 -------- 2 files changed, 16 deletions(-) delete mode 100644 static/css/theme-dark.css delete mode 100644 static/css/theme-light.css diff --git a/static/css/theme-dark.css b/static/css/theme-dark.css deleted file mode 100644 index 6fee6e8..0000000 --- a/static/css/theme-dark.css +++ /dev/null @@ -1,8 +0,0 @@ -body { - background-color: #343a40; - color: #ffffff; -} - -.navbar, .card { - background-color: #495057; -} \ No newline at end of file diff --git a/static/css/theme-light.css b/static/css/theme-light.css deleted file mode 100644 index 914af75..0000000 --- a/static/css/theme-light.css +++ /dev/null @@ -1,8 +0,0 @@ -body { - background-color: #ffffff; - color: #000000; -} - -.navbar, .card { - background-color: #f8f9fa; -} \ No newline at end of file