server icon indicating copy to clipboard operation
server copied to clipboard

fix(styles): Adjust heading styles

Open susnux opened this issue 1 year ago • 0 comments

  • Resolves: #43393

Summary

Make headings look like real headings and not just ordinary text. The styles are copied from the text-app where a design review was done on them.

Screenshots

before after
Screenshot 2024-02-18 at 13-04-13 Overview - Administration settings - Nextcloud Screenshot 2024-02-18 at 13-03-09 Overview - Administration settings - Nextcloud

Code used:

<h2>This is a h2</h2>
  <p>This is a paragraph</p>
<h3>This is a h3</h3>
  <p>This is a paragraph</p>
<h4>This is a h4</h4>
  <p>This is a paragraph</p>
<h5>This is a h5</h5>
  <p>This is a paragraph</p>
<h6>This is a h6</h6>
  <p>This is a paragraph</p>

Checklist

susnux avatar Feb 18 '24 12:02 susnux