Skip to content

Commit b4b83bd

Browse files
fix shell input style
1 parent 02a792b commit b4b83bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/shell.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const postsData = allPosts.map((post) => ({
5555
><span class="text-white">$&nbsp;</span><input
5656
type="text"
5757
id="command-input"
58-
class="flex-1 bg-transparent text-white font-mono p-0 m-0 outline-none focus:outline-none border-none focus:border-none focus:ring-0"
58+
class="flex-1 bg-transparent text-white font-mono text-sm p-0 m-0 outline-none focus:outline-none border-none focus:border-none focus:ring-0"
5959
autocomplete="off"
6060
spellcheck="false"
6161
autofocus

0 commit comments

Comments
 (0)