Brighter BG, button width
This commit is contained in:
parent
89456c8f16
commit
26dc164ed8
2 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -2,6 +2,7 @@ $btn-border-radius: 25px;
|
|||
$btn-border-width: 0px;
|
||||
|
||||
.roots {
|
||||
width: 15%;
|
||||
margin: 0 auto;
|
||||
margin-bottom: 1%;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue