From e46db184b3d513fe37df74e1505c99ff008a93ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Pereira?= Date: Wed, 7 Sep 2022 23:36:07 -0300 Subject: [PATCH] Style changes --- config/style/theme.css | 6 +++--- src/components/Layout/LayoutHeader.vue | 3 +-- .../components/Panel/PanelCitation/PanelCitationRow.vue | 3 ++- 3 files changed, 6 insertions(+), 6 deletions(-) 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 @@ -
+
diff --git a/src/modules/otus/components/Panel/PanelCitation/PanelCitationRow.vue b/src/modules/otus/components/Panel/PanelCitation/PanelCitationRow.vue index 4e6e805..d804e1d 100644 --- a/src/modules/otus/components/Panel/PanelCitation/PanelCitationRow.vue +++ b/src/modules/otus/components/Panel/PanelCitation/PanelCitationRow.vue @@ -4,9 +4,10 @@ flex justify-start border-b + border-base-muted p-3 px-4 - dark:border-b-slate-700" + " >