Invisible h3 in default theme
#82
Closed
opened 2 years ago by are0h
·
1 comments
Loading…
Reference in New Issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
As rendered using default settings, Headings 3 have the same colour as the background, #ebe5d4
My workaround was to edit content/themes/fipamo-default/assets/base/css/base.css and replace that color-tag with #151d26, which by default gets applied to h1 and h2.
Gotcha I'll take a look as I work on #83.