1
0
mirror of https://github.com/KubaPro010/fm-dx-webserver.git synced 2026-02-26 22:13:53 +01:00

set console to white

This commit is contained in:
NoobishSVK
2024-03-20 22:45:03 +01:00
parent b4873e47bb
commit a06a9e8894

View File

@@ -284,6 +284,10 @@ label {
background-color: var(--color-5);
}
pre {
color: white;
}
@media (max-width: 768px) {
canvas, #flags-container {
display: none;