brighter images

This commit is contained in:
sakrecoer 2020-08-05 12:55:29 +02:00
parent c28d39745f
commit 05e94e66bb
6 changed files with 10 additions and 5 deletions

View file

@ -43,7 +43,12 @@ body {
min-height: 75vh;
width: 100vw;
.textcontainer {
background-color: _palette(bg-alt);
border-radius: 5px;
max-width: 700px;
padding: 20px 20px 40px 20px;
}
div {
z-index: 10;
@ -71,7 +76,7 @@ body {
background-repeat: repeat-x;
background-position: bottom;
z-index: 1;
background-color: _palette(border-alt);
}
}