mirror of
https://github.com/morgan9e/warehouse
synced 2026-04-14 00:04:08 +09:00
Make the overlay status look really good (fix style.css not being recognized)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user