There is an alert message (alert alert-info) and success button whose colour is not nice.
Let's make it white.
The issue occurs due to this rule:
.alert.alert-info a {
color: var(--state-info-text);
}
The solution is to add an extra rule like that:
.alert.alert-info .btn-success a {color:#fff}
And we will get perfect result:
Dark mode is OK.
Joomla 5.1.1
Labels |
Added:
No Code Attached Yet
|
Labels |
Added:
bug
|
Related #43708