Added banner for main headings

This commit is contained in:
Yves Gatesoupe 2020-07-16 23:34:51 +02:00
parent 87322c58f4
commit f30200b280

View File

@ -60,3 +60,14 @@ a:not([class]):visited {
color: inherit;
}
}
h1::after {
content: '';
background-color: var(--color-light-gray);
position: absolute;
width: 100%;
height: 8rem;
top: 13rem;
left: 0;
z-index: -1;
}