Merge pull request #10550 from overleaf/jel-cms-btn-color-blocks

[web] Buttons in CMS color blocks for new CSS

GitOrigin-RevId: 162223c2bde95922c8619eb45b9c5e32d0c4084d
This commit is contained in:
Jessica Lawshe 2022-11-30 09:42:24 -06:00 committed by Copybot
parent 542dce8de0
commit 975b0200c3

View file

@ -82,7 +82,9 @@
&.green-dark,
&.blue-gray-dark {
.no-card * {
color: @white;
&:not(.btn) {
color: @white;
}
a {
text-decoration: underline;
}