More UI updates

- infiltration: added colours, updated spacing and fixed alignment
- terminal prompt: added colour for the previous lines as well
- Active Scripts and Hacknet Nodes: money values have a gold colour now; minor spacing updates
- minor code refactoring
This commit is contained in:
Mat Jaworski
2018-09-03 22:10:00 +10:00
parent e2e0bee150
commit 0b0a3d366c
9 changed files with 165 additions and 116 deletions

View File

@@ -19,6 +19,12 @@
overflow-y: scroll;
background-color: var(--my-background-color);
table-layout: fixed;
.prompt {
color: var(--my-prompt-color);
margin: 0;
padding: 0;
}
}
#terminal-input {
@@ -51,7 +57,6 @@
}
#terminal-input-header {
color: var(--my-prompt-color);
white-space: pre;
}