From 20a8af0e0e8a2c661218b3811d3ff93eb7ea2e7b Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Thu, 16 Apr 2026 21:33:47 +0200 Subject: [PATCH] Add drag active background to main content --- src/styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/styles.css b/src/styles.css index 9fbe5d4..1d6c0b6 100644 --- a/src/styles.css +++ b/src/styles.css @@ -465,6 +465,10 @@ textarea.input { to { opacity: 1; } } +.main-content--drag-active { + background: color-mix(in srgb, var(--accent) 3%, transparent); +} + .footer { display: flex; /* Use flexbox for centering content */ justify-content: center; /* Center the content horizontally */