exponentcms / exponent-cms

Content Management, Simple.
exponentcms.org
GNU General Public License v2.0
59 stars 24 forks source link

Changes needed to fully implement Bootstrap v5.3 #1562

Closed dleffler closed 3 weeks ago

dleffler commented 1 year ago

Some changes will be needed, primarily to allow light/dark mode support .navbar-dark is deprecated - currently used for Exponent Navbar .text-muted will be deprecated/replaced by .text-body-secondary, used in form descriptions

dleffler commented 1 year ago

In our case, .text-muted used for form control descriptions should become .form-text

dleffler commented 3 weeks ago

Implemented in past code push