Update boot.css

This commit is contained in:
DJObleezy 2025-03-25 08:16:52 -07:00 committed by GitHub
parent 4d224d1428
commit a861df5891
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -164,19 +164,20 @@ body::before {
} }
#user-input { #user-input {
background: transparent; background: transparent;
border: none; border: none;
color: #f7931a; color: #f7931a;
font-family: 'VT323', monospace; font-family: 'VT323', monospace;
font-size: 20px; font-size: 20px;
caret-color: transparent; caret-color: transparent;
outline: none; outline: none;
width: 20px; width: 35px;
padding: 0; height: 33px;
margin: 0; padding: 0;
text-shadow: 0 0 5px rgba(247, 147, 26, 0.8); margin: 0;
display: inline-block; text-shadow: 0 0 5px rgba(247, 147, 26, 0.8);
vertical-align: top; display: inline-block;
vertical-align: top;
} }
.prompt-cursor { .prompt-cursor {