diff --git a/src/webapp/src/App.vue b/src/webapp/src/App.vue index 6e31e55..2f8c875 100644 --- a/src/webapp/src/App.vue +++ b/src/webapp/src/App.vue @@ -40,8 +40,8 @@ :root.dark { --primary-color: white; - --accent-background: rgb(100, 100, 190); - --secondary-color: black; + --accent-background: rgb(56, 56, 112); + --secondary-color: white; --background-color: rgb(32, 32, 32); --popup-color: rgb(58, 58, 58); --accent-color: #42b983; @@ -56,8 +56,8 @@ :root { --primary-color: white; --popup-color: rgb(58, 58, 58); - --accent-background: rgb(100, 100, 190); - --secondary-color: black; + --accent-background: rgb(56, 56, 112); + --secondary-color: white; --background-color: rgb(32, 32, 32); --accent-color: #42b983; --hover-color: rgb(83, 83, 83); diff --git a/src/webapp/src/components/settings/settings.vue b/src/webapp/src/components/settings/settings.vue index a964b2a..6b01e74 100644 --- a/src/webapp/src/components/settings/settings.vue +++ b/src/webapp/src/components/settings/settings.vue @@ -1,5 +1,5 @@