From 6a2832b7aecd7c11e19b164bac8a80482bc7d113 Mon Sep 17 00:00:00 2001 From: Claude Code Date: Mon, 9 Mar 2026 00:12:28 +0100 Subject: [PATCH] =?UTF-8?q?Lucide=20Earth-Icon=20und=20Navy-Titelfarbe=20f?= =?UTF-8?q?=C3=BCr=20Monitor=20Card?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - world-globe.svg durch Lucide Earth-Icon ersetzt (richtige Weltkugel) - Titelfarbe auf #0A1832 (Navy) wie AccountForger Co-Authored-By: Claude Opus 4.6 --- assets/images/icons/world-globe.svg | 15 +++++---------- css/products-modern.css | 5 +++-- 2 files changed, 8 insertions(+), 12 deletions(-) diff --git a/assets/images/icons/world-globe.svg b/assets/images/icons/world-globe.svg index f6d0964..4f4d46d 100644 --- a/assets/images/icons/world-globe.svg +++ b/assets/images/icons/world-globe.svg @@ -1,11 +1,6 @@ - - - - - - - - - - + + + + + diff --git a/css/products-modern.css b/css/products-modern.css index 067c218..3996e79 100644 --- a/css/products-modern.css +++ b/css/products-modern.css @@ -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; }