Added banner for main headings
This commit is contained in:
parent
87322c58f4
commit
f30200b280
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user