WordPress / wporg-theme-directory

12 stars 6 forks source link

Theme page sidebar and body heading font and margin changes #137

Closed jasmussen closed 4 weeks ago

jasmussen commented 4 weeks ago

The subheadings on theme pages, both in the body content and the sidebar, could be refined. Here's how a plugin sidebar looks:

The margin above the headings (Ratings, Support, Donate) is taller than the margin below, the font size is balanced, and the font is a sans-serif system font.

The theme directory could be the same:

The heading style for H2s in plugins is also good:

That could replace the EB Garamond subheadings:

ndiego commented 4 weeks ago

Good catch ➕

ryelle commented 4 weeks ago

I've updated the default h2 font size, font family, and font weight to match plugins, and gave headings a default top-margin of var(--wp--preset--spacing--40) (50px on large screens).

The headings in the sidebar now use large font size, and otherwise inherit the above changes.

Let me know if I missed anything from the description here.