diff --git a/src/infrastructure/reporting/templates/hack/image_template.html b/src/infrastructure/reporting/templates/hack/image_template.html index 4963c8e..7ebbc79 100644 --- a/src/infrastructure/reporting/templates/hack/image_template.html +++ b/src/infrastructure/reporting/templates/hack/image_template.html @@ -15,7 +15,7 @@ --bg-panel: #141414; --bg-card: #1c1c1c; --text-primary: #ffffff; - --text-secondary: #a0a0a0; + --text-secondary: #cccccc; --accent-orange: #ff9900; /* Primary */ --accent-blue: #3399ff; @@ -158,7 +158,7 @@ } .comment { - color: #555; + color: var(--text-secondary); } h1 { @@ -539,7 +539,7 @@ peak_time: '{{most_active_period}}' }; - // Total characters: {{total_characters}} + // Total characters: {{total_characters}} @@ -593,12 +593,12 @@