Lucide Earth-Icon und Navy-Titelfarbe für Monitor Card

- world-globe.svg durch Lucide Earth-Icon ersetzt (richtige Weltkugel)
- Titelfarbe auf #0A1832 (Navy) wie AccountForger

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Dieser Commit ist enthalten in:
Claude Code
2026-03-09 00:12:28 +01:00
Ursprung 9f3a38cd8d
Commit 6a2832b7ae
2 geänderte Dateien mit 8 neuen und 12 gelöschten Zeilen

Datei anzeigen

@@ -1,11 +1,6 @@
<svg viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="24" cy="24" r="21" stroke="currentColor" stroke-width="2"/>
<ellipse cx="24" cy="24" rx="9" ry="21" stroke="currentColor" stroke-width="1.5"/>
<path d="M5 16h38" stroke="currentColor" stroke-width="1.5"/>
<path d="M3 24h42" stroke="currentColor" stroke-width="1.5"/>
<path d="M5 32h38" stroke="currentColor" stroke-width="1.5"/>
<path d="M12 7c2 3 3 7 3 11" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M36 7c-2 3-3 7-3 11" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M12 41c2-3 3-7 3-11" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M36 41c-2-3-3-7-3-11" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21.54 15H17a2 2 0 0 0-2 2v4.54"/>
<path d="M7 3.34V5a3 3 0 0 0 3 3a2 2 0 0 1 2 2c0 1.1.9 2 2 2a2 2 0 0 0 2-2c0-1.1.9-2 2-2h3.17"/>
<path d="M11 21.95V18a2 2 0 0 0-2-2a2 2 0 0 1-2-2v-1a2 2 0 0 0-2-2H2.05"/>
<circle cx="12" cy="12" r="10"/>
</svg>

Vorher

Breite:  |  Höhe:  |  Größe: 823 B

Nachher

Breite:  |  Höhe:  |  Größe: 446 B

Datei anzeigen

@@ -181,8 +181,9 @@
transition: all 0.3s;
}
/* Specific styling for AccountForger title */
.product-title[data-translate="productAccountForgerTitle"] {
/* Specific styling for product titles */
.product-title[data-translate="productAccountForgerTitle"],
.product-title[data-translate="productOsintMonitorTitle"] {
color: #0A1832;
}