mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-13 15:17:07 +00:00
Merge pull request #20186 from overleaf/jel-discount-color
[web] Increase color contrast on new plans page discount badge GitOrigin-RevId: 3230a2debdf1c23a0b18b32b8062d5108f7e32ce
This commit is contained in:
parent
f8b10a41dc
commit
feddc2158f
1 changed files with 3 additions and 3 deletions
|
@ -207,7 +207,7 @@
|
|||
|
||||
.plans-new-discount-badge {
|
||||
background-color: var(--green-10);
|
||||
color: var(--green-50);
|
||||
color: var(--green-60);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -245,8 +245,8 @@
|
|||
box-shadow: 0px 2px 4px 0px rgba(30, 37, 48, 0.16);
|
||||
|
||||
.plans-new-discount-badge {
|
||||
background-color: #eaf6ef;
|
||||
color: var(--green-50);
|
||||
background-color: var(--green-10);
|
||||
color: var(--green-60);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue