design-system
design-system copied to clipboard
Define default background color as white
For the .bg-xxx color system to work, a standard background color for the whole document needs to be set as default (like .bg-white but applied with the mixin to the body of the document), otherwise custom CSS properties like --post-bg-rgb are not set for the default light mode.
wait for color discussion