diff --git a/css/index.css b/css/index.css index cc73fc9..5db8373 100644 --- a/css/index.css +++ b/css/index.css @@ -1,6 +1,6 @@ body { font-family: 'Ubuntu', sans-serif; - background-color: #242323; + background-color: #545454; margin: 0; padding: 0; text-align: center; @@ -164,7 +164,8 @@ button:hover { } .footer { margin-top: auto; - background-color: #a6a6a6; + background-color: #373737; + color: #a6a6a6; padding-top: 20px; width: 100%; top:80%;