fixed #16650: green bg text contrast issue

This commit is contained in:
Andrew Gormley 2024-07-08 18:57:08 +01:00
parent 4a962386c0
commit 5f24cbc5ec
2 changed files with 5 additions and 0 deletions

Binary file not shown.

View File

@ -111,6 +111,11 @@ table th.orderable a {
.text-bg-green,.text-bg-success,.progress-bar {
color: $rich-black!important;
}
.bg-green {
a, i, span {
color: $rich-black!important;
}
}
// Dark mode overrides
body[data-bs-theme=dark] {