Change landing page background to the pattern
This commit is contained in:
parent
a119d11b77
commit
338a14712c
2 changed files with 6 additions and 3 deletions
|
@ -1228,9 +1228,9 @@ i.toggle-icon:hover {
|
|||
right: 0px;
|
||||
|
||||
background-color: #1d1d1d;
|
||||
background-position: left -300px;
|
||||
background-image: url(../img/landing-back.jpg);
|
||||
background-image: url(../img/landing-back-pattern.jpg);
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
.landing-filter {
|
||||
|
@ -1244,7 +1244,6 @@ i.toggle-icon:hover {
|
|||
}
|
||||
|
||||
.landing-filter.signedin {
|
||||
background: rgba(0, 0, 0, 0.4);
|
||||
}
|
||||
|
||||
.landing-content {
|
||||
|
@ -1259,6 +1258,10 @@ i.toggle-icon:hover {
|
|||
min-height: 440px;
|
||||
}
|
||||
|
||||
.landing a {
|
||||
color: #BEE1FF;
|
||||
}
|
||||
|
||||
.landing .logo {
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
|
|
BIN
static/img/landing-back-pattern.jpg
Normal file
BIN
static/img/landing-back-pattern.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.6 MiB |
Reference in a new issue