console, modules

This commit is contained in:
Daniel
2025-04-16 18:37:32 +02:00
parent 3be94ba3f6
commit 0ec5672068
8 changed files with 77 additions and 53 deletions

View File

@@ -8,6 +8,7 @@
width: 100%;
padding: 26px 0px 0px 0px;
background-color: darkgray;
display: none;
}
.commandline {
@@ -33,6 +34,6 @@
width: 100%;
height: 100%;
overflow-y: auto;
background-color: white;
color: black;
background-color: #303030;
color: lightgray;
}