Skip to content

chore: Update documentation heading border styles

Scott de Jonge requested to merge 1462-update-heading-styles into main

What does this MR do?

Update heading border-bottom styles to be consistent with tab border color.

Tighten padding-bottom to improve vertical rhythm between headings and related content.

Changes

  • Update $border-color to $gray-100 replacing $border-color--light
  • Remove border-bottom and padding-bottom from <h1> typography
  • Update padding-bottom spacing on <h2> typography
  • Update <blockquote> styles remove background-color and padding
  • Add v-if condition to <p> rendering for page.description
  • Update template page header classes for consistent rendering and spacing

Closes #1462 (closed)

Screenshots

Before After
before-1 after-1
before-2 after-2
before-3 after-3
before-4 after-4
before-5 after-5
before-6 after-6

Merge request reports