From e6b337495e3743d39a41c6082c0c44299dcf2ba0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Pereira?= Date: Thu, 1 Sep 2022 15:19:24 -0300 Subject: [PATCH] style changes --- config/style/theme.css | 2 +- src/components/Layout/LayoutHeader.vue | 3 +-- src/components/Navbar/NavbarMobile.vue | 12 +++++++----- tailwind.config.js | 2 +- 4 files changed, 10 insertions(+), 9 deletions(-) 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 @@