TYPO3-CMS / styleguide

[READ-ONLY] Subtree split of the TYPO3 Core Extension "styleguide"
GNU General Public License v2.0
101 stars 62 forks source link

[TASK] Disable darkmode for Frontend #391

Closed sypets closed 1 year ago

sypets commented 1 year ago

The build of SCSS failed due to missing variable $primary-text-emphasis-dark which is required for darkmode. Darkmode is now enabled by default in bootstrap. The bootstrap module _variables-dark should be imported.

Since further changes are necessary for darkmode to fully work, we disable the mode for now.

Resolves: #390