From 7d6bd51afacb920f7ade768d4cebcf62c81e6581 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 18 Feb 2026 17:36:36 +0000 Subject: [PATCH 1/2] Initial plan From 8b0fff5c33f12f5769819f5e7e741fc1601c65f2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 18 Feb 2026 17:39:52 +0000 Subject: [PATCH 2/2] Fix modern card background brightness in dark theme Co-authored-by: brunoborges <129743+brunoborges@users.noreply.github.com> --- site/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/styles.css b/site/styles.css index a4464ae..130e38b 100644 --- a/site/styles.css +++ b/site/styles.css @@ -64,7 +64,7 @@ code, pre { font-family: 'JetBrains Mono', monospace; } --cyan: #22d3ee; --red-muted: #ef4444; --old-bg: #1a1412; - --modern-bg: #0f1419; + --modern-bg: #1a2838; --radius: 16px; --radius-sm: 10px; --nav-bg: rgba(11, 11, 15, .8);