Skip to content

Commit

Permalink
Update default values
Browse files Browse the repository at this point in the history
  • Loading branch information
José Luis Pereira committed Sep 9, 2022
1 parent 6eec2e3 commit 1071ee8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
10 changes: 5 additions & 5 deletions src/assets/css/vars.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
}

.dark {
--color-primary: 14, 165, 233;
--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: 30, 41, 59;
--color-base-background: 23, 23, 23;
--color-base-foreground: 38, 38, 38;
--color-base-muted: 48, 48, 48;
--color-base-border: 38, 38, 38;
--color-base-content: 255, 255, 255;
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
px-4
last:border-b-0
cursor-pointer
dark:border-b-slate-700"
border-base-muted
"
>
<div
class="h-5 w-5 text-secondary-color opacity-60 mr-2 cursor-pointer"
Expand Down

0 comments on commit 1071ee8

Please sign in to comment.