Merge branch 'develop' into feature/add-texture-packer
This commit is contained in:
commit
cfb4c48e0e
@ -8,7 +8,7 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background: url('/img/background.png');
|
background: url('/img/background.jpg');
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
@ -16,7 +16,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
[data-theme='dark'] .heroBanner {
|
[data-theme='dark'] .heroBanner {
|
||||||
background: url('/img/background.png');
|
background: url('/img/background.jpg');
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
BIN
static/img/background.jpg
Normal file
BIN
static/img/background.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 322 KiB |
Binary file not shown.
Before Width: | Height: | Size: 3.0 MiB |
Loading…
x
Reference in New Issue
Block a user