Skip to content

Commit

Permalink
styled markdown editor
Browse files Browse the repository at this point in the history
  • Loading branch information
diegorezm committed Dec 8, 2024
1 parent ee47c84 commit 648c6d6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
10 changes: 10 additions & 0 deletions app/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,13 @@
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

@layer base {}

.w-md-editor-toolbar {
@apply bg-base-300 text-2xl
}

.w-md-editor-area {
@apply bg-base-100 text-base-content text-lg
}
9 changes: 8 additions & 1 deletion app/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,12 @@ export default {
plugins: [
daisyui,
],
daisyui: {
styled: true,
themes: [
'light',
'dark',
'synthwave',
]
}
}

0 comments on commit 648c6d6

Please sign in to comment.