Add text resize feature, and change font of console screen to Hack.

This commit is contained in:
NI
2019-12-12 16:45:55 +08:00
parent aeb339ce49
commit 19473ae161
11 changed files with 250 additions and 41 deletions

View File

@@ -285,6 +285,14 @@ body {
box-shadow: 1px 1px 0 2px #0003;
}
.icon.icon-keyboardkey2 {
background: #fff;
color: #999;
padding: 4px 6px;
display: inline-block;
border-radius: 3px;
}
/* Windows */
.window {
position: absolute;