mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Simplify feature cards
This commit is contained in:
parent
9aa8682082
commit
b4162511f7
1 changed files with 2 additions and 2 deletions
|
@ -137,11 +137,11 @@
|
|||
.track-changes-example {
|
||||
.removed, .added {
|
||||
color: #333;
|
||||
margin: 0 -3px;
|
||||
margin: 0 -1px;
|
||||
padding: 0 3px;
|
||||
}
|
||||
.added {
|
||||
background-color: hsl(200, 70%, 70%);
|
||||
background-color: hsl(200, 70%, 80%);
|
||||
}
|
||||
|
||||
.removed {
|
||||
|
|
Loading…
Reference in a new issue