From 8208babed50a9d8ba92f17e0e43faf733eb39874 Mon Sep 17 00:00:00 2001 From: swapnilmutthalkar <72157679+swapnilmutthalkar@users.noreply.github.com> Date: Wed, 30 Sep 2020 23:36:27 +0530 Subject: [PATCH] Update style.css --- progress-nav/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/progress-nav/style.css b/progress-nav/style.css index c14016c..a510d12 100644 --- a/progress-nav/style.css +++ b/progress-nav/style.css @@ -10,7 +10,7 @@ body { padding: 1em 2em 2em 17em; font-size: 16px; line-height: 1.6; - font-family: 'Roboto', sans-serif; } + font-family: 'Gotham', Gotham-Light; } .toc { position: fixed; @@ -57,10 +57,10 @@ body { max-width: 100%; } .contents .code-block code { display: block; - background-color: #f9f9f9; + background-color: #e8e3e3; padding: 10px; } .contents .code-inline { - background-color: #f9f9f9; + background-color: #e8e3e3; padding: 4px; } .contents h2 h3 { @@ -70,4 +70,4 @@ h3 { @media screen and (max-width: 1200px) { body { - font-size: 14px; } } + font-size: 12px; } }