From 1de1a2ab89b45cfb0ff4702d8a6f00c2ff6b4896 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Fri, 12 Oct 2018 21:22:28 +0200 Subject: Changed wallpapers to own collection :lipstick: --- assets/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'assets/css') diff --git a/assets/css/style.css b/assets/css/style.css index bab75d5..27a2d4b 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -22,12 +22,13 @@ body { justify-content: center; align-items: center; overflow: hidden; - background: url("../images/bg.jpg") no-repeat; + background-color: #263238; background-size: cover } .typewriter h1 { display: none; + text-shadow: 2px 2px 5px #263238; overflow: hidden; border-right: .15em solid white; white-space: nowrap; -- cgit v1.2.3