diff --git a/app/assets/stylesheets/new_styles/_base.scss b/app/assets/stylesheets/new_styles/_base.scss index af0415459..4904c2987 100644 --- a/app/assets/stylesheets/new_styles/_base.scss +++ b/app/assets/stylesheets/new_styles/_base.scss @@ -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;