Add drag active background to main content

This commit is contained in:
2026-04-16 21:33:47 +02:00
parent 2f73fabda2
commit 20a8af0e0e

View File

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