i should not have overrode button styles on dark mode, it keeps from using...
i should not have overrode button styles on dark mode, it keeps from using btn-warning, etc. classes
Edited by Kayz
Merge request reports
Activity
added 1 commit
- 84bd5c0b - don't override link color as this makes button labels light blue
Looks like you were overriding .btn and .btn-primary, but not the rest. I haven't played with this at all, but would it be possible to come up with dark variants of the rest of the classes (muted, success, warning, info, danger) to preserve the intent but use different/more muted colours?
Please register or sign in to reply