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

Code-formatted text is hardly readable in standard message-info box #2

Open
lcvisser opened this issue May 23, 2021 · 0 comments
Open

Comments

@lcvisser
Copy link

When enclosing text in backticks,it will get a light-gray background. But the message boxes (message-info, message-warning, message-danger) use white text color (in the light mode at least), which is hardly readable.

image

Personally, I have soften the colors a bit and use the normal text color, but you may prefer something else. This is my color scheme:

.message-info {
    color: #000000;
    background-color: #9fd69f;
}

.message-warning {
    color: #000000;
    background-color: #ecba6f;
}

.message-danger {
    color: #000000;
    background-color: #e78383;
}

image

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

No branches or pull requests

1 participant