From 31707bed075c2e5dffd17a98a9223a2a1d76c677 Mon Sep 17 00:00:00 2001 From: juanatsap Date: Sun, 30 Nov 2025 12:52:16 +0000 Subject: [PATCH] fix: Desktop buttons use dark background by default (colors on hover/at-bottom) --- static/css/04-interactive/_buttons.css | 2 +- static/css/04-interactive/_scroll-behavior.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/static/css/04-interactive/_buttons.css b/static/css/04-interactive/_buttons.css index 0a714e6..4044b8e 100644 --- a/static/css/04-interactive/_buttons.css +++ b/static/css/04-interactive/_buttons.css @@ -11,7 +11,7 @@ left: 2rem; width: 50px; height: 50px; - background: rgba(92, 89, 182, 0.7); /* Purple (#5c59b6) with transparency - distinct from info button blue */ + background: var(--black-bar); /* Dark by default like other buttons */ color: white; border: none; border-radius: 50%; diff --git a/static/css/04-interactive/_scroll-behavior.css b/static/css/04-interactive/_scroll-behavior.css index 843569a..9aa641a 100644 --- a/static/css/04-interactive/_scroll-behavior.css +++ b/static/css/04-interactive/_scroll-behavior.css @@ -78,7 +78,7 @@ left: 2rem; width: 50px; height: 50px; - background: rgba(52, 152, 219, 0.7); /* Blue with transparency - distinct from zoom purple */ + background: var(--black-bar); /* Dark by default like other buttons */ color: white; border: none; border-radius: 50%;