From c77008ee0185a22d1aceb9184c30a1c71afb038c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 22 Apr 2026 14:41:31 +0000 Subject: [PATCH] feat: add wasted tokens count to footer Agent-Logs-Url: https://github.com/nitrocode/token-deathclock/sessions/59a9c6e6-d48d-4522-9ed9-572b7bc9e75c Co-authored-by: nitrocode <7775707+nitrocode@users.noreply.github.com> --- index.html | 5 +++++ styles.css | 11 +++++++++++ 2 files changed, 16 insertions(+) diff --git a/index.html b/index.html index c559919..3471c9b 100644 --- a/index.html +++ b/index.html @@ -390,6 +390,11 @@

🚀 Accelerate the Doom

not official measurements. Sources: Google/DeepMind energy reports, Microsoft sustainability disclosures, Epoch AI compute trends, AI Index 2024.

+ diff --git a/styles.css b/styles.css index 98151e1..2b79ab9 100644 --- a/styles.css +++ b/styles.css @@ -987,6 +987,17 @@ footer strong { color: var(--accent-2); } color: var(--text-muted); } +.footer-meta-irony { + margin-top: 0.75rem; + font-style: italic; + opacity: 0.75; +} + +.footer-meta-irony strong { + color: var(--accent); + font-style: normal; +} + /* ---- Section Labels ---- */ .section-label { font-size: 0.7rem;