diff --git a/config/style/theme.css b/config/style/theme.css index 6e38132..a366733 100644 --- a/config/style/theme.css +++ b/config/style/theme.css @@ -13,7 +13,7 @@ } .dark { - --color-primary: 14, 165, 233; + --color-primary: 24, 24, 27; --color-primary-content: 255, 255, 255; --color-secondary: 14, 165, 233; diff --git a/src/components/Layout/LayoutHeader.vue b/src/components/Layout/LayoutHeader.vue index acfdc49..871d44b 100644 --- a/src/components/Layout/LayoutHeader.vue +++ b/src/components/Layout/LayoutHeader.vue @@ -9,7 +9,6 @@ py-2.5 border-b dark:border-b-slate-800 - dark:bg-slate-900 pl-4 pr-4 h-9 @@ -37,7 +36,7 @@