Invisible h3 in default theme #82
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. 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.