Skip to content

Commit 64de90e

Browse files
committed
reduce css
1 parent 91fe27b commit 64de90e

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

views/newcommand.hbs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
<form class="mb-6" method="post">
22
<div class="flex flex-col mb-4">
3-
<label class="mb-2 font-bold text-lg text-grey-darkest" for="command">Command</label>
4-
<input class="py-2 px-3 text-grey-darkest" type="text" name="command" id="command">
3+
<label class="mb-2 font-bold text-lg" for="command">Command</label>
4+
<input class="py-2 px-3" type="text" name="command" id="command">
55
</div>
66
<div class="flex flex-col mb-4">
7-
<label class="mb-2 font-bold text-lg text-grey-darkest" for="description">Description</label>
8-
<textarea class="py-4 px-3 text-grey-darkest" name="description" id="description"></textarea>
7+
<label class="mb-2 font-bold text-lg" for="description">Description</label>
8+
<textarea class="py-4 px-3" name="description" id="description"></textarea>
99
</div>
1010
<div class="flex flex-col mb-4">
11-
<label class="mb-2 font-bold text-lg text-grey-darkest" for="example">Example</label>
12-
<input class="py-2 px-3 text-grey-darkest" type="text" name="example" id="example">
11+
<label class="mb-2 font-bold text-lg" for="example">Example</label>
12+
<input class="py-2 px-3" type="text" name="example" id="example">
1313
</div>
1414
<div class="flex flex-col mb-4">
15-
<label class="mb-2 font-bold text-lg text-grey-darkest" for="ex_description">Example Description</label>
16-
<input class="py-2 px-3 text-grey-darkest" type="text" name="ex_description" id="ex_description">
15+
<label class="mb-2 font-bold text-lg" for="ex_description">Example Description</label>
16+
<input class="py-2 px-3" type="text" name="ex_description" id="ex_description">
1717
</div>
1818
<button type="submit" class="text-lg p-2 rounded">Add Command</button>
1919
</form>

0 commit comments

Comments
 (0)