You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the footer style background is using $headingColour; which is described in _settings.scss as a Text colours.
I changed all the settings so I could have a dark mode but the footer really stands out. I modified the theme easily but this was still a bit confusing.
Proposed solution
Expose footer color in the settings or use on of the //Background colours settings
The text was updated successfully, but these errors were encountered:
MollyJameson
changed the title
[Proposal]: Footer should have it's own background color setting, it's currently reusing a text color
[Proposal]: Footer should have it's own background colour setting, it's currently reusing a text colour
Dec 23, 2024
Summary
Currently the footer style background is using
$headingColour;
which is described in_settings.scss
as a Text colours.I changed all the settings so I could have a dark mode but the footer really stands out. I modified the theme easily but this was still a bit confusing.
Proposed solution
Expose footer color in the settings or use on of the
//Background colours
settingsThe text was updated successfully, but these errors were encountered: