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:
parent
b4be12eb28
commit
b3f226c10b
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue