From 89438a6f0ebf6d9410f429ac2289bdf45f870f10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Pich?= Date: Thu, 14 Jun 2018 18:16:45 +0200 Subject: [PATCH] Add default background --- app.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app.css b/app.css index 0dc1f40..70681b8 100644 --- a/app.css +++ b/app.css @@ -12,6 +12,7 @@ html, body, .wrapper { padding: 0; width: 100%; min-height: 100%; + background: rgb(32, 35, 36); } body { @@ -22,6 +23,10 @@ body { height: 100%; } +a { + color: #fff; +} + .wrapper { align-items: center; background: -moz-radial-gradient(center center, circle cover, transparent, #000);