1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-18 20:59:44 +02:00

fix: Fix red curtain background gradient

This commit is contained in:
Maksim Eltyshev 2025-07-15 17:42:46 +02:00
parent b4be12eb28
commit b3f226c10b

View file

@ -667,7 +667,7 @@
}
.backgroundRedCurtain {
background: radial-gradient(circle 371px at 2.9% 14.3%, rgba(255, 0, 102, 1) 0%, rgba(80, 5, 35, 1) 100.7%) !important;
background: radial-gradient(circle at 2.9% 14.3%, rgba(255, 0, 102, 1) 0%, rgba(80, 5, 35, 1) 100.7%) !important;
}
/* Colors */