Fix login page background.
This commit is contained in:
parent
ee98cc2bab
commit
7c46a74582
1 changed files with 5 additions and 0 deletions
|
|
@ -32,6 +32,11 @@ a { color : $link-blue }
|
|||
}
|
||||
}
|
||||
|
||||
#login {
|
||||
background-image : image_url("texture/light-bg.png");
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.author-name {
|
||||
font-family : Roboto;
|
||||
color: inherit;
|
||||
|
|
|
|||
Loading…
Reference in a new issue