diff --git a/templates/pages/stats.html b/templates/pages/stats.html
index e21215f..eb53e26 100644
--- a/templates/pages/stats.html
+++ b/templates/pages/stats.html
@@ -38,29 +38,29 @@
- {{ icons::map("h-6 w-6 text-accent") }}
+ {{ icons::map("h-6 w-6 text-text-muted") }}
{{ roast_summary.unique_origins }}
- Origins
+ Origins
- {{ icons::location("h-6 w-6 text-accent") }}
+ {{ icons::location("h-6 w-6 text-text-muted") }}
{% match roast_summary.top_origin %}{% when Some with (v) %}{{ v }}{% when None %}—{% endmatch %}
- Top Origin
+ Top Origin
- {{ icons::fire("h-6 w-6 text-accent") }}
+ {{ icons::fire("h-6 w-6 text-text-muted") }}
{% match roast_summary.top_roaster %}{% when Some with (v) %}{{ v }}{% when None %}—{% endmatch %}
- Top Roaster
+ Top Roaster
{% if !roast_summary.origin_counts.is_empty() || !roast_summary.flavour_counts.is_empty() %}
@@ -93,38 +93,40 @@
- {{ icons::coffee_bean("h-6 w-6 text-accent") }}
+ {{ icons::coffee_bean("h-6 w-6 text-text-muted") }}
{{ consumption_30d_weight }}
- Last 30 Days
+ Last 30 Days
- {{ icons::coffee_bean("h-6 w-6 text-accent") }}
+ {{ icons::coffee_bean("h-6 w-6 text-text-muted") }}
{{ consumption_all_time_weight }}
- All Time
+ All Time
- {{ icons::beaker("h-6 w-6 text-accent") }}
+ {{ icons::beaker("h-6 w-6 text-text-muted") }}
{{ consumption.brews_last_30_days }}
- Brews (30d)
+ Brews (30d)
- {{ icons::beaker("h-6 w-6 text-accent") }}
+ {{ icons::beaker("h-6 w-6 text-text-muted") }}
{{ consumption.brews_all_time }}
- Brews (All Time)
+ Brews (All Time)