diff --git a/static/apple-touch-icon.png b/static/apple-touch-icon.png
index 3ca59e9..8e05d14 100644
Binary files a/static/apple-touch-icon.png and b/static/apple-touch-icon.png differ
diff --git a/static/favicon.png b/static/favicon.png
index 333f706..c5ee494 100644
Binary files a/static/favicon.png and b/static/favicon.png differ
diff --git a/static/logo.png b/static/logo.png
index fd8a171..94a45d5 100644
Binary files a/static/logo.png and b/static/logo.png differ
diff --git a/static/logo.svg b/static/logo.svg
index 7f60733..8389136 100644
--- a/static/logo.svg
+++ b/static/logo.svg
@@ -1 +1,7 @@
-
+
diff --git a/static/style.css b/static/style.css
index 2351419..1624f9d 100644
--- a/static/style.css
+++ b/static/style.css
@@ -41,7 +41,7 @@
:root,
.dark {
/* Default & fallback theme (dark) */
- --accent: aqua;
+ --accent: red;
--green: #5cff85;
--text: white;
--foreground: #222;
@@ -62,7 +62,7 @@
/* Browser-defined light theme */
@media (prefers-color-scheme: light) {
:root {
- --accent: #009a9a;
+ --accent: #9a0000;
--green: #00a229;
--text: black;
--foreground: #f5f5f5;
diff --git a/static/themes/black.css b/static/themes/black.css
index 5906b5b..c0b9367 100644
--- a/static/themes/black.css
+++ b/static/themes/black.css
@@ -1,6 +1,6 @@
/* Black theme setting */
.black {
- --accent: #009a9a;
+ --accent: #9a0000;
--green: #00a229;
--text: white;
--foreground: #0f0f0f;
diff --git a/static/themes/dark.css b/static/themes/dark.css
index ef7b32c..4196894 100644
--- a/static/themes/dark.css
+++ b/static/themes/dark.css
@@ -1,6 +1,6 @@
/* Dark theme setting */
.dark{
- --accent: aqua;
+ --accent: red;
--green: #5cff85;
--text: white;
--foreground: #222;
diff --git a/static/themes/light.css b/static/themes/light.css
index ad73b2d..d86c8e8 100644
--- a/static/themes/light.css
+++ b/static/themes/light.css
@@ -1,6 +1,6 @@
/* Light theme setting */
.light {
- --accent: #009a9a;
+ --accent: #9a0000;
--green: #00a229;
--text: black;
--foreground: #f5f5f5;