diff --git a/static/apple-touch-icon.png b/static/apple-touch-icon.png index 3ca59e93..8e05d143 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 333f706b..c5ee494a 100644 Binary files a/static/favicon.png and b/static/favicon.png differ diff --git a/static/logo.png b/static/logo.png index fd8a171a..94a45d55 100644 Binary files a/static/logo.png and b/static/logo.png differ diff --git a/static/logo.svg b/static/logo.svg index 7f60733d..83891365 100644 --- a/static/logo.svg +++ b/static/logo.svg @@ -1 +1,7 @@ - + + + + + + + diff --git a/static/style.css b/static/style.css index 23514197..1624f9d8 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 5906b5b7..c0b93674 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 ef7b32c2..41968941 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 ad73b2d6..d86c8e8a 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;