diff --git a/public/css/default.css b/public/css/default.css index 14d7e0e..ff5d722 100755 --- a/public/css/default.css +++ b/public/css/default.css @@ -11,8 +11,8 @@ } body { - background: url("/images/backgrounds/earth.gif") no-repeat var(--bg-col); */ - /* broken randomization */ + background-repeat: no-repeat; + background-color: var(--bg-col); background-size: cover; background-attachment: fixed; background-position: bottom left; diff --git a/views/headerBoilerplate.erb b/views/headerBoilerplate.erb index 6b56517..508a91d 100644 --- a/views/headerBoilerplate.erb +++ b/views/headerBoilerplate.erb @@ -7,4 +7,5 @@ - \ No newline at end of file + + \ No newline at end of file