Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

color codes for <num> and <abbr> #302

Closed
arlogriffiths opened this issue May 14, 2024 · 3 comments
Closed

color codes for <num> and <abbr> #302

arlogriffiths opened this issue May 14, 2024 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@arlogriffiths
Copy link
Collaborator

@michaelnmmeyer — in Axelle's display, segments marked as <abbr> or <num> were shown with a special color code. is this also foreseen on dharmalekha? I would like it to be implemented if possible.

@arlogriffiths arlogriffiths added the enhancement New feature or request label May 14, 2024
@michaelnmmeyer
Copy link
Member

num has no color, but abbr is already colored in brown.

I think we agreed a while ago not to use too many colors. Currently, we have:

.abbr {
        color: brown;
}
.sic {
        color: red;
}
.corr {
        color: green;
}
.orig {
        color: magenta;
}
.reg {
        color: blue;
}
.check {
        background-color: yellow;
}

And of course hyperlinks in blue.

@arlogriffiths
Copy link
Collaborator Author

Somehow the brown was not showing when I opened this issue but later I did start to see it. No problem for me not to put colors on <num> and the principle of not using too many colors seems good to me.

@danbalogh and @manufrancis may express themselves and the last in line can close this issue unless any disagreement arises.

@danbalogh
Copy link
Collaborator

I'm happy with no special colour for num and brown for abbr.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants