Make the overlay status look really good (fix style.css not being recognized)

This commit is contained in:
heliguy4599
2024-10-13 19:14:41 -04:00
parent fb0fe8d01f
commit 00a40ba758
4 changed files with 28 additions and 11 deletions

View File

@@ -0,0 +1,10 @@
/* Thanks, TheEvilSkeleton! */
.drag-overlay-status-page {
background-color: alpha(var(--accent-bg-color), 0.5);
color: var(--accent-fg-color);
padding: 32px;
}
.blurred {
filter: blur(6px);
}