From 067f3071be31be52834d8718da0e2c1087fc4fad Mon Sep 17 00:00:00 2001 From: aryavrma <53231396+aryavrma@users.noreply.github.com> Date: Fri, 16 Oct 2020 23:44:40 +0530 Subject: [PATCH] Update style.css --- css/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/css/style.css b/css/style.css index 0a64efd..b8d41e1 100644 --- a/css/style.css +++ b/css/style.css @@ -9,7 +9,7 @@ File Description:Main CSS file of the template */ /* Typography ----------------------------------------------------------------------------- */ body { - font-family: 'Open Sans', sans-serif; + font-family: 'Open Serif', sans-serif; } html, body { @@ -72,7 +72,7 @@ h4 span { /* color: #71c2ff;*/ } a:hover { - color: #339BEB; + color: #339BEC; } a:focus, a:active { @@ -122,7 +122,7 @@ blockquote { /* Layout ----------------------------------------------------------------------------- */ .header { - color: #ffffff; + color: #00008b; background-color: rgba(44, 62, 80, 0.90); padding: 10px 0; -webkit-transition: all 0.2s ease-in-out; @@ -1025,4 +1025,4 @@ textarea { .lang li a img { display: inline; margin-right: 5px; -} \ No newline at end of file +}