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