constants.typoscript 208 B

12345678910111213141516171819
  1. #
  2. # Theme constants
  3. #
  4. theme {
  5. #
  6. # Bootstrap
  7. #
  8. bootstrap {
  9. bodyBg = $light
  10. bodyColor = $dark
  11. borderRounded =
  12. borderStrength = 1
  13. primary = {{ COLOR }}
  14. secondary = $dark
  15. }
  16. }