updated preview to account for underlay

This commit is contained in:
Henry Jameson 2020-01-28 23:45:14 +02:00
parent 8462853269
commit e46bb94226
4 changed files with 112 additions and 96 deletions

View file

@ -31,9 +31,11 @@ h4 {
margin: auto;
min-height: 100vh;
max-width: 980px;
align-content: flex-start;
}
.underlay {
background-color: rgba(0,0,0,0.15);
background-color: var(--underlay, rgba(0,0,0,0.15));
align-content: flex-start;
}
.text-center {