Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
gravitano committed May 17, 2024
1 parent 94aefb4 commit 16d3656
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
4 changes: 1 addition & 3 deletions assets/css/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@
@tailwind utilities;

@layer base {
body {
font-family: 'Inter', sans-serif;
}
/* */
}
9 changes: 5 additions & 4 deletions assets/css/themes.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,21 @@
* Here you can define your custom CSS variables
*/

:root {
:root {
--v-app-background: var(--color-gray-100);
--v-app-foreground: var(--color-gray-900);
--v-app-font-family: 'Inter', sans-serif;
--v-app-font-size: 1rem;
}
}

body {
body {
color: var(--v-app-foreground);
background-color: var(--v-app-background);
font-family: var(--v-app-font-family);
font-size: var(--v-app-font-size);
}
}

/* default theme */
[data-theme="morpheme"] {
/* primary colors */
/* --color-primary-50: #f3f1ff;
Expand Down

0 comments on commit 16d3656

Please sign in to comment.