canonical / discourse-nav

This repo is used to track discourse navigation issues from all forums
GNU General Public License v3.0
0 stars 2 forks source link

Headings seem more subtle #23

Closed anthonydillon closed 2 years ago

anthonydillon commented 3 years ago

Note - filling in this form will file an issue against the discourse.charmhub.io website navigation

Summary

The heading styles used in the discourse theme do not have enough strength.

Process

Current and expected result

Headings should be clear and stand out as a section divider

Screenshot

Screenshot_20210501-090400.jpg

solazio commented 3 years ago

This is fixed now. Closing

image

anthonydillon commented 3 years ago

I still see the same issue? What changed?

solazio commented 3 years ago

I thought this is more obvious. Is using the vanilla typography. Can you please suggest what to do with it. Should I just make the headings bolder?

anthonydillon commented 3 years ago

The following styling local on discourse is overriding the Vanilla font-size:

.cooked h3, .d-editor-preview h3 {
    font-size: 1.1487em;
}

The Vanilla font-size should be 1.70596rem.

anthonydillon commented 3 years ago

This is what it looks like if you remove the local override: image

Lukewh commented 2 years ago

Is this issue still relevant? Seems very outdated. Closing reopen if needed.