We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02a792b commit b4b83bdCopy full SHA for b4b83bd
src/pages/shell.astro
@@ -55,7 +55,7 @@ const postsData = allPosts.map((post) => ({
55
><span class="text-white">$ </span><input
56
type="text"
57
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"
+ 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"
59
autocomplete="off"
60
spellcheck="false"
61
autofocus
0 commit comments