diff --git a/config/style/theme.css b/config/style/theme.css index 6df9045..f1d49dd 100644 --- a/config/style/theme.css +++ b/config/style/theme.css @@ -13,7 +13,7 @@ } .dark { - --color-primary: 24, 24, 27; + --color-primary: 23,23,23; --color-primary-content: 255, 255, 255; --color-secondary: 14, 165, 233; @@ -21,7 +21,7 @@ --color-base-background: 23,23,23; --color-base-foreground: 38,38,38; - --color-base-muted: 30, 41, 59; - --color-base-border: 55, 65, 81; + --color-base-muted: 48, 48, 48; + --color-base-border: 38, 38, 38; --color-base-content: 255, 255, 255; } diff --git a/src/components/Layout/LayoutHeader.vue b/src/components/Layout/LayoutHeader.vue index 1009532..3c14079 100644 --- a/src/components/Layout/LayoutHeader.vue +++ b/src/components/Layout/LayoutHeader.vue @@ -8,7 +8,6 @@ sm:px-4 py-2.5 border-b - dark:border-b-slate-800 pl-4 pr-4 h-9 @@ -53,7 +52,7 @@ -