overleaf/services/web/frontend/stylesheets/app/plans/plans-ol.less
M Fahru 920e86e4d0 Merge pull request #17303 from overleaf/mf-fix-plans-page-mobile
[web] Fix plans page table styling on both desktop and mobile

GitOrigin-RevId: 252bbaf7245751b1cfe07286a0fe19069219bb5b
2024-03-04 09:04:08 +00:00

14 lines
179 B
Text

.plans {
blockquote {
footer {
/* accessibility fix */
color: @ol-blue-gray-3;
}
}
.plans-header {
h1,
h2 {
color: @gray-dark;
}
}
}