-
This commit is contained in:
12
index.html
12
index.html
@@ -103,6 +103,18 @@
|
||||
margin-bottom: 50px; /* Abstand nach unten zu den Games */
|
||||
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; }
|
||||
.path { color: #3498db; }
|
||||
.command { color: #e0e0e0; }
|
||||
|
||||
Reference in New Issue
Block a user