diff --git a/ui/app.config.ts b/ui/app.config.ts index 030fffde..70d2179c 100644 --- a/ui/app.config.ts +++ b/ui/app.config.ts @@ -1,6 +1,6 @@ export default defineAppConfig({ ui: { - primary: 'slate', + primary: '#63797C', gray: 'cool', card: { diff --git a/ui/app.vue b/ui/app.vue index 0d47584e..c1abbc5a 100644 --- a/ui/app.vue +++ b/ui/app.vue @@ -30,7 +30,10 @@ function toggle() {
- + +
+
+
diff --git a/ui/assets/logo.svg b/ui/assets/logo.svg index 5daef17d..b49a0cd5 100644 --- a/ui/assets/logo.svg +++ b/ui/assets/logo.svg @@ -1,148 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/ui/assets/logotype.svg b/ui/assets/logotype.svg new file mode 100644 index 00000000..9f12e1d2 --- /dev/null +++ b/ui/assets/logotype.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/ui/pages/index.vue b/ui/pages/index.vue index 2a51b1ea..c3889ec1 100644 --- a/ui/pages/index.vue +++ b/ui/pages/index.vue @@ -1,6 +1,8 @@