diff --git a/static/styles/portico/portico.scss b/static/styles/portico/portico.scss index f03ccacaed..2e7d1d68fc 100644 --- a/static/styles/portico/portico.scss +++ b/static/styles/portico/portico.scss @@ -1,5 +1,10 @@ body { background-color: hsl(0, 0%, 98%); + font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif; + line-height: 150%; + height: 100%; + font-weight: 300; + font-size: 17px; } .noscroll { @@ -75,14 +80,6 @@ html { height: 100%; } -body { - font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif; - line-height: 150%; - height: 100%; - font-weight: 300; - font-size: 17px; -} - /* The API tabbed content tends to have a lot of code blocks, which look nicer against a different background */ .api-center .code-section .blocks {