Bootstrap 5.3 Override $primary in darkmode
I want to add dark mode support to my project. The problem I am experiencing now is that my main primary color
#6174dd is being applied to bg-primary in dark mode and it's not pleasant on the eyes. I tried overriding primary-bg-subtle-dark, but that does not seem to be doing anything.
0 Replies