From 984174a44ef3fc16c090b9981de8dddcc358df2e Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Thu, 24 May 2018 01:32:30 +0200 Subject: [PATCH] change font and background color --- files/default.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/files/default.css b/files/default.css index 9546919..0ad4d94 100644 --- a/files/default.css +++ b/files/default.css @@ -1,8 +1,9 @@ body { - font-family: "verdana", sans-serif; + font-family: "Optima", sans-serif; font-size: 16px; margin: 0 5% 0 5%; width: 1080px; + background-color: lightblue; } .header { @@ -33,6 +34,7 @@ body { .main { padding: 15px; + background-color: whitesmoke; } .row:after { @@ -43,14 +45,14 @@ body { .footer { font-size: 12px; - background-color: #f1f1f1; + background-color: #333; overflow: hidden; } .footer a { float: left; display: block; - color: #333; + color: #f2f2f2; text-align: center; padding: 14px 16px; text-decoration: none;