Compare commits
No commits in common. "9cc7efd60590c03bad6b0a11e910ceaae080177e" and "2364fa3b97b70ed1e9ca6736d725d462ceed63dc" have entirely different histories.
9cc7efd605
...
2364fa3b97
|
@ -13,7 +13,7 @@ Type
|
|||
for a list of commands.
|
||||
</pre>;
|
||||
|
||||
const inputStyle = { color: '#4d6663', fontWeight: 'bold', minWidth: 'fit-content' };
|
||||
const inputStyle = { color: '#2e8b7e', fontWeight: 'bold' };
|
||||
|
||||
export class Base extends Component {
|
||||
constructor(props) {
|
||||
|
@ -50,7 +50,7 @@ export class Base extends Component {
|
|||
</table>
|
||||
*/
|
||||
data.ip ?
|
||||
(data.ip + '@blek.codes ~/resume $ ') :
|
||||
(data.ip + '@blek.codes $') :
|
||||
'$ '
|
||||
}
|
||||
|
||||
|
@ -59,7 +59,7 @@ export class Base extends Component {
|
|||
className='console'
|
||||
|
||||
promptLabelStyle={inputStyle}
|
||||
inputTextStyle={{...inputStyle, transform: 'translate(2px, 2px)'}}
|
||||
inputTextStyle={{...inputStyle, color: '#5ba2b0', transform: 'translate(2px, 2px)'}}
|
||||
|
||||
styleEchoBack={'fullInherit'}
|
||||
noDefaults
|
||||
|
|
|
@ -21,7 +21,7 @@ block content
|
|||
|
||||
block scripts
|
||||
|
||||
if (process.env.APP_DEBUG != 'true')
|
||||
if (process.env.APP_DEBUG)
|
||||
script(src='/static/dist/resume.js' async defer='')
|
||||
else
|
||||
script(src='http://localhost:1234/resume.js' async defer='')
|
Loading…
Reference in New Issue