Add default background
This commit is contained in:
parent
671075a3d4
commit
89438a6f0e
1 changed files with 5 additions and 0 deletions
5
app.css
5
app.css
|
@ -12,6 +12,7 @@ html, body, .wrapper {
|
|||
padding: 0;
|
||||
width: 100%;
|
||||
min-height: 100%;
|
||||
background: rgb(32, 35, 36);
|
||||
}
|
||||
|
||||
body {
|
||||
|
@ -22,6 +23,10 @@ body {
|
|||
height: 100%;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.wrapper {
|
||||
align-items: center;
|
||||
background: -moz-radial-gradient(center center, circle cover, transparent, #000);
|
||||
|
|
Loading…
Reference in a new issue