Skip to content
Snippets Groups Projects

update docs css - don't warn on H1 headers

1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -129,7 +129,7 @@ a.Brand {
padding-top: 1em;
}
.s-content h1::before{
/* .s-content h1::before{
background: #fee;
border: 3px double #f00;
color: #f00;
@@ -138,7 +138,7 @@ a.Brand {
font-size: 50%;
padding: 0.3em;
margin-bottom: 2em;
}
} */
.s-content h1 {
background: var(--axel_h1-bg);
Loading