diff --git a/index.html b/index.html index b083d7c..db339ba 100755 --- a/index.html +++ b/index.html @@ -95,7 +95,6 @@ margin-bottom: 10px; color: #fff; letter-spacing: 4px; - text-transform: uppercase; /* Ein leichter Leuchteffekt passend zum Blau */ text-shadow: 0 0 10px rgba(23, 147, 209, 0.3), 0 0 20px rgba(23, 147, 209, 0.2); } @@ -131,7 +130,18 @@ display: inline-block; width: 8px; height: 15px; background: #e0e0e0; animation: blink 1s infinite; vertical-align: middle; } - @keyframes blink { 50% { opacity: 0; } } + .title-cursor { + display: inline-block; + color: var(--accent-color); /* Nutzt dein Helios-Blau */ + margin-left: 5px; + animation: blink 1s infinite; + font-family: 'JetBrains Mono', monospace; + font-weight: 300; /* Etwas dünner sieht oft edler aus */ + } + @keyframes blink { + 0%, 100% { opacity: 1; } + 50% { opacity: 0; } + } /* --- NEU: DASHBOARD GRID FÜR SPIELE --- */ .apps-title { @@ -198,12 +208,12 @@
-

Helios

- +

Helios_

+
-                              Helios Server
-    __  __     ___            -------------------------
+                             Helios Server
+    __  __     ___           -------------------------
    / / / /__  / (_)___  _____  Users    : 2
   / /_/ / _ \/ / / __ \/ ___/  Procs    : 186
  / __  /  __/ / / /_/ (__  )   Load     : 0.10