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 { .App {
background: background:
linear-gradient( linear-gradient(
rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.6),
rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.6)
), ),
url('background.png'); url('background.png');
position: fixed; position: fixed;

View File

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