mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
920e86e4d0
[web] Fix plans page table styling on both desktop and mobile GitOrigin-RevId: 252bbaf7245751b1cfe07286a0fe19069219bb5b
14 lines
179 B
Text
14 lines
179 B
Text
.plans {
|
|
blockquote {
|
|
footer {
|
|
/* accessibility fix */
|
|
color: @ol-blue-gray-3;
|
|
}
|
|
}
|
|
.plans-header {
|
|
h1,
|
|
h2 {
|
|
color: @gray-dark;
|
|
}
|
|
}
|
|
}
|