#37 Changes in CSS - Heading
Opened 3 years ago by kaylee20. Modified 3 years ago
fedora-docs/ kaylee20/fedora-docs-ui master  into  master

file modified
+2 -1
@@ -43,7 +43,8 @@ 

  

  .doc h3 {

    font-family: "Open sans", Helvetica, Arial;

-   font-size: 24px;

+   font-weight: 500;

+   

  }

  

  .doc h1 > a.anchor,

file modified
+1 -1
@@ -21,7 +21,7 @@ 

    {{> head}}

  </head>

  

- <body class="article">

+   <body class="article{{#with (or page.attributes.role page.role)}} {{this}}{{/with}}">

    {{> header}}

    <div class="main-wrapper">

  

The h3 heading (level 2 section title) is a bit hidden in the visual hierarchy. The weight was changed to 500 to make it stand out more.

Signed off by Oyelakin Mercy oyelakinmercy68@gmail.com