mirror of
https://github.com/Retropex/custom-ocean.xyz-dashboard.git
synced 2025-05-13 03:30:46 +02:00
Update boot.css
This commit is contained in:
parent
4d224d1428
commit
a861df5891
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user