Famaxis
Famaxis
So, I took `secondary` as an example and did no change in it. In the other colors I did the same brightness and saturation with a small adjustment. I had...
Ok, I'll change it a little and will create a new PR.
There was no need to create new PR, I just added a new commit and removed previous one. No changes were made to dark theme (for now). A little change...
Yes, I can work with dark mode too. Any suggestions, what should I take as an example?
Shouldn't text color and background color be inverted in dark mode? I mean light text and dark background. Maybe, I need to change `$dark-success-text: $dark-success-dark-10` to `$dark-success-text: $dark-success-light-10`? And make...
Ok, for now I did it without inverting. I took colors from my last commit for light mode, made them more muted and a little darker. Instead of `$dark-success-text: $dark-success-dark-10`...
I added a second commit, for dark mode.
Something like this https://getbootstrap.com/docs/5.0/components/pagination/, but more beautiful and laconic. just like everything else in your framework. :)
8. And vertical responsive menu would be great. 
About dropdown in navbar. I mean to include dropdown in ready navbar component, like this: https://getbootstrap.com/docs/5.0/components/navbar/#supported-content But I suggest dropdown with hover, not with click (as a lazy user, I...