mirror of
https://github.com/danielmiessler/Fabric.git
synced 2026-04-24 03:00:15 -04:00
WIP: Notes Drawer text color
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user