tweak styles in resume console
This commit is contained in:
parent
b9d15ad6b5
commit
9cc7efd605
|
@ -13,7 +13,7 @@ Type
|
||||||
for a list of commands.
|
for a list of commands.
|
||||||
</pre>;
|
</pre>;
|
||||||
|
|
||||||
const inputStyle = { color: '#2e8b7e', fontWeight: 'bold' };
|
const inputStyle = { color: '#4d6663', fontWeight: 'bold', minWidth: 'fit-content' };
|
||||||
|
|
||||||
export class Base extends Component {
|
export class Base extends Component {
|
||||||
constructor(props) {
|
constructor(props) {
|
||||||
|
@ -50,7 +50,7 @@ export class Base extends Component {
|
||||||
</table>
|
</table>
|
||||||
*/
|
*/
|
||||||
data.ip ?
|
data.ip ?
|
||||||
(data.ip + '@blek.codes $') :
|
(data.ip + '@blek.codes ~/resume $ ') :
|
||||||
'$ '
|
'$ '
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -59,7 +59,7 @@ export class Base extends Component {
|
||||||
className='console'
|
className='console'
|
||||||
|
|
||||||
promptLabelStyle={inputStyle}
|
promptLabelStyle={inputStyle}
|
||||||
inputTextStyle={{...inputStyle, color: '#5ba2b0', transform: 'translate(2px, 2px)'}}
|
inputTextStyle={{...inputStyle, transform: 'translate(2px, 2px)'}}
|
||||||
|
|
||||||
styleEchoBack={'fullInherit'}
|
styleEchoBack={'fullInherit'}
|
||||||
noDefaults
|
noDefaults
|
||||||
|
|
Loading…
Reference in New Issue