console, modules

This commit is contained in:
Daniel
2025-04-16 18:37:32 +02:00
committed by Markus Zolliker
parent d1ea9225dc
commit 5d10b6d48d
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;
}