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

readability of critical alerts #107

Closed
HaveFun83 opened this issue Sep 4, 2023 · 1 comment
Closed

readability of critical alerts #107

HaveFun83 opened this issue Sep 4, 2023 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@HaveFun83
Copy link

Currently the critical alerts lacks readability as light gray front on red background are harder to read.

Looks like the decrease the opacity within the css can help here:

.status.red, .status.red summary, .status.red details {
     background-color: #FF4040;
     color: white;
-    opacity: 0.75;
+    opacity: 0.9;   
}
@BuJo BuJo added enhancement New feature or request good first issue Good for newcomers labels Sep 4, 2023
@BuJo
Copy link
Member

BuJo commented Sep 4, 2023

Should be fixed with #108, I'll make a new release soon.

@BuJo BuJo closed this as completed Sep 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants