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; } }