WIP: Notes Drawer text color

This commit is contained in:
John
2024-12-24 07:51:10 -05:00
parent 8c68ebc0ee
commit f8f892bfe0
2 changed files with 2 additions and 2 deletions

View File

@@ -90,7 +90,7 @@
bind:value={$noteStore.content}
on:input={adjustTextareaHeight}
on:keydown={handleKeydown}
class="w-full min-h-screen p-2 rounded-container-token text-black resize-none"
class="w-full min-h-screen p-2 rounded-container-token text-primary-800 resize-none"
placeholder="Enter your text here..."
/>
</div>

View File

@@ -18,7 +18,7 @@ aliases:
**Improve the styling. Butt first, the functionality**
<textarea class="text-primary-800" placeholder="Get started creating notes now!" />
<textarea class="text-primary-800 min-h-[20%] resize-none" placeholder="Get started creating notes now!" />
This is the first post of your new blog, powered by [SvelteKit](/posts/getting-started), [Obsidian](/obsidian), and [Fabric](/about). I'm excited to share this project with you, and I hope you find it useful for your own writing and experiences.