Skip to content

Commit

Permalink
Style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
José Luis Pereira committed Sep 8, 2022
1 parent 200cfbb commit e46db18
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions config/style/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
}

.dark {
--color-primary: 24, 24, 27;
--color-primary: 23,23,23;
--color-primary-content: 255, 255, 255;

--color-secondary: 14, 165, 233;
--color-secondary-content: 255, 255, 255;

--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;
}
3 changes: 1 addition & 2 deletions src/components/Layout/LayoutHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
sm:px-4
py-2.5
border-b
dark:border-b-slate-800
pl-4
pr-4
h-9
Expand Down Expand Up @@ -53,7 +52,7 @@
</ul>
</nav>

<div class="flex items-center border-l border-slate-200 ml-6 pl-6 dark:border-slate-800">
<div class="flex items-center border-l ml-6 pl-6 border-base-muted">
<SwitchTheme class="text-primary-content" />
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
flex
justify-start
border-b
border-base-muted
p-3
px-4
dark:border-b-slate-700"
"
>
<div
class="h-5 w-5 text-secondary-color opacity-60 mr-2 cursor-pointer"
Expand Down

0 comments on commit e46db18

Please sign in to comment.