changed backgroundcolor of contact tile

This commit is contained in:
lukas-heiligenbrunner 2020-03-30 12:00:16 +02:00
parent 2181234711
commit daef283dfc
2 changed files with 7 additions and 1 deletions

View File

@ -6,7 +6,7 @@
*/ */
#section5 { #section5 {
background-color: #7a96c2; background-color: #deebff;
} }
.personalcontacts { .personalcontacts {

View File

@ -1,3 +1,9 @@
<!--
-- index.html - https://heili.eu
-- Licensed under the MIT license - http://opensource.org/licenses/MIT
-- E-mail: lukas.heiligenbrunner@gmail.com
-- Copyright (c) 2020 Lukas Heiligenbrunner
-->
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>