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 @@ diff --git a/src/infrastructure/reporting/templates/hack/pdf_template.html b/src/infrastructure/reporting/templates/hack/pdf_template.html index a0ee9a2..6713a19 100644 --- a/src/infrastructure/reporting/templates/hack/pdf_template.html +++ b/src/infrastructure/reporting/templates/hack/pdf_template.html @@ -21,7 +21,7 @@ --bg-panel: #141414; --bg-card: #1c1c1c; --text-primary: #ffffff; - --text-secondary: #a0a0a0; + --text-secondary: #cccccc; --accent-orange: #ff9900; --accent-blue: #3399ff; --accent-red: #ff3366; @@ -141,7 +141,7 @@ } .comment { - color: #555; + color: #888888; } h1 { @@ -385,7 +385,7 @@