updated preview to account for underlay
This commit is contained in:
parent
8462853269
commit
e46bb94226
4 changed files with 112 additions and 96 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue