From aa54f3f1b7d69a635bc3fb7b49b0723f1163016f Mon Sep 17 00:00:00 2001 From: sdddd1234 Date: Wed, 9 Oct 2019 19:17:46 +0530 Subject: [PATCH] Update style.css --- css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/style.css b/css/style.css index 4ef4621..0ad2718 100644 --- a/css/style.css +++ b/css/style.css @@ -5,9 +5,9 @@ View more @ https://github.com/vinitshahdeo/ body{ display: table; width: 100%; - background: #dedede; + background: #43efee; text-align: center; - font-family: 'Montserrat', sans-serif; + font-family: 'Lato', sans-serif; color: #191919; overflow-x: hidden; @@ -154,4 +154,4 @@ input[type=submit]:hover { color : #2E302C; font-size: 18px; font-weight: 800; - } \ No newline at end of file + }