diff --git a/assets/theme/dark.css b/assets/theme/dark.css deleted file mode 100644 index 68f312d..0000000 --- a/assets/theme/dark.css +++ /dev/null @@ -1,12 +0,0 @@ -:root -{ - --main-bg-color: #21262b; - --main-fg-color: #bbb; - --lighter-bg-color: #31363b; - --lighter-fg-color: #ccc; - --highlight-bg-color: #41464b; - --highlight-fg-color: #ddd; - - --main-primary-color: hsl(213, 35%, 65%); - --light-primary-color: hsl(213, 35%, 45%); -} \ No newline at end of file diff --git a/assets/theme/light.css b/assets/theme/light.css deleted file mode 100644 index ff0aaa3..0000000 --- a/assets/theme/light.css +++ /dev/null @@ -1,12 +0,0 @@ -:root -{ - --main-bg-color: #ddd; - --main-fg-color: #21262b; - --lighter-bg-color: #ccc; - --lighter-fg-color: #31363b; - --highlight-bg-color: #bbb; - --highlight-fg-color: #41464b; - - --main-primary-color: hsl(213, 35%, 45%); - --light-primary-color: hsl(213, 35%, 65%); -} \ No newline at end of file diff --git a/index.html b/index.html index ea9f129..ea51ef1 100644 --- a/index.html +++ b/index.html @@ -3,14 +3,15 @@
- -