First "difference marker" has wrong color
Closed this issue · 2 comments
stla commented
wickedest commented
Have you tried changing these styles:
.mergely.current.start { border-top: 1px solid #000 !important; }
.mergely.current.end { border-bottom: 1px solid #000 !important; }
…On Wed, 26 Aug 2020 at 11:13, stla ***@***.***> wrote:
Hello,
Thank you for this amazing library. I encountered an issue. My background
is black and the first "difference marker" (I don't know how to word that)
is black as well, so not visible. It is at line 3 on the screenshot below,
in the middle margin. This happens only for the first one.
[image: mergelyIssue]
<https://user-images.githubusercontent.com/4466543/91291476-680c4780-e795-11ea-8984-51d7f7a3f8e9.png>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#131>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGUZV6A4MSIZAVZMSUISE3SCTN3JANCNFSM4QLUYJ5A>
.
stla commented
Thank you! Indeed, I can change the color here.