mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-17 03:12:12 +00:00
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:
parent
542dce8de0
commit
975b0200c3
1 changed files with 3 additions and 1 deletions
|
@ -82,7 +82,9 @@
|
|||
&.green-dark,
|
||||
&.blue-gray-dark {
|
||||
.no-card * {
|
||||
color: @white;
|
||||
&:not(.btn) {
|
||||
color: @white;
|
||||
}
|
||||
a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue