This commit is contained in:
VS-Code
2026-02-06 15:28:21 +01:00
parent e166257f57
commit b0afaed73e

View File

@@ -103,6 +103,18 @@
margin-bottom: 50px; /* Abstand nach unten zu den Games */ margin-bottom: 50px; /* Abstand nach unten zu den Games */
box-shadow: 0 10px 30px rgba(0,0,0,0.5); box-shadow: 0 10px 30px rgba(0,0,0,0.5);
} }
/* Spezifische Farben für das Terminal-Banner */
.t-blue { color: #3498db; } /* Das Blau von ~]$ */
.t-yellow { color: #f1c40f; } /* Ein kräftiges Gelb für Symbole */
.t-white { color: #ffffff; } /* Reinweiß für den Rest */
.terminal pre {
margin: 0 0 20px 0;
font-family: 'Courier New', monospace;
line-height: 1.2;
white-space: pre; /* Behält die Abstände der ASCII-Art bei */
}
.prompt { color: #2ecc71; } .prompt { color: #2ecc71; }
.path { color: #3498db; } .path { color: #3498db; }
.command { color: #e0e0e0; } .command { color: #e0e0e0; }