From b5229bc579851cd4d124fe864d134341cbb79db1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Pich?= Date: Thu, 14 Jun 2018 19:12:56 +0200 Subject: [PATCH] Fix background --- app.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app.css b/app.css index fc01a7e..d05f97e 100644 --- a/app.css +++ b/app.css @@ -11,15 +11,14 @@ html, body, .wrapper { margin: 0; padding: 0; width: 100%; - background: rgb(32, 35, 36); } body { color: #fff; - background: url(wallpaper.jpg) no-repeat center / cover fixed; + background: url(wallpaper.jpg) no-repeat center / cover fixed rgb(32, 35, 36); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; - min-height: 100%; + height: 100%; } a {