Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework.
[ ] Add an option on themes to allow selecting a different styles "bootswatch".
[ ] Admin Theme documentation.
Need some thinking since now we can do this in the admin by adding new theme variants directly in the admin.scss by using :
:root[data-theme='darkmode'] {
}
Each bootswatch should now also include it's own "darkmode" styles. We should be able to define that a "bootswatch" is a different .css file which has different "default" styles.
Need some thinking since now we can do this in the admin by adding new theme variants directly in the admin.scss by using :
Each bootswatch should now also include it's own "darkmode" styles. We should be able to define that a "bootswatch" is a different .css file which has different "default" styles.