Merge pull request #19696 from overleaf/mf-strikethrough0-text-color-change

[web] Change color of strikethrough text to `neutral-60` to improve color contrast

GitOrigin-RevId: 259bc6370fb2d02c073c7409ead5b97e08dc9724
This commit is contained in:
M Fahru 2024-07-31 11:07:21 -07:00 committed by Copybot
parent 9622e1924d
commit 075b83be8a

View file

@ -369,7 +369,7 @@
s { s {
font-size: var(--font-size-02); font-size: var(--font-size-02);
line-height: @nondiscounted-price-element-height; line-height: @nondiscounted-price-element-height;
color: var(--neutral-40); color: var(--neutral-60);
font-weight: 600; font-weight: 600;
} }
@ -681,9 +681,9 @@
} }
} }
.old-price-plans-card-mobile { s {
padding: var(--spacing-04) 0 0 0; padding: var(--spacing-04) 0 0 0;
color: var(--neutral-40); color: var(--neutral-60);
font-size: var(--font-size-04); // 18px font-size: var(--font-size-04); // 18px
font-weight: 600; font-weight: 600;
line-height: var(--line-height-05); line-height: var(--line-height-05);