Brighter BG, button width

This commit is contained in:
mikwee 2021-11-23 13:09:53 +02:00
parent 89456c8f16
commit 26dc164ed8
2 changed files with 3 additions and 2 deletions

View File

@ -1,8 +1,8 @@
.App {
background:
linear-gradient(
rgba(0, 0, 0, 0.7),
rgba(0, 0, 0, 0.7)
rgba(0, 0, 0, 0.6),
rgba(0, 0, 0, 0.6)
),
url('background.png');
position: fixed;

View File

@ -2,6 +2,7 @@ $btn-border-radius: 25px;
$btn-border-width: 0px;
.roots {
width: 15%;
margin: 0 auto;
margin-bottom: 1%;
}