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 */