applies wompum color to tailwind class system
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
<div class="mb-8 font-iosevka">
|
||||
<label class="block mb-2">Enter text to generate a grid:</label>
|
||||
<input type="text"
|
||||
class="w-full p-2 border rounded"
|
||||
class="w-full p-2 border rounded bg-sand-100"
|
||||
placeholder="Type something..."
|
||||
value="{{ .Site.Title}}"
|
||||
oninput="updateWompumDemoGrid(this.value)">
|
||||
|
Reference in New Issue
Block a user