From daef283dfc8969859f9b3ff5bc36ba7fcab66bf9 Mon Sep 17 00:00:00 2001 From: lukas-heiligenbrunner Date: Mon, 30 Mar 2020 12:00:16 +0200 Subject: [PATCH] changed backgroundcolor of contact tile --- css/contact.css | 2 +- index.html | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/css/contact.css b/css/contact.css index 0463e03..9335077 100644 --- a/css/contact.css +++ b/css/contact.css @@ -6,7 +6,7 @@ */ #section5 { - background-color: #7a96c2; + background-color: #deebff; } .personalcontacts { diff --git a/index.html b/index.html index 771fd89..7d60142 100644 --- a/index.html +++ b/index.html @@ -1,3 +1,9 @@ +