Skip to content

Why the orange text? #61

Description

@multimeric

As far as I can tell the library uses <del> and <ins> elements, which are styled as red and green.

However there's also a style for del + ins which sets the text to orange:

del + ins {
color: #e36209;
background-color: #ffebda;
}

This applies only to insertions that follow deletions, but I don't see why that should get a different colour. It's still an insertion right? Is there some nuance in the library that makes this distinct from a regular insertion, to explain its unique colour?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions