css: Merge body in portico.scss.

This commit is contained in:
SiddharthVarshney
2020-03-18 03:58:30 +05:30
committed by Tim Abbott
parent 962684f189
commit b9eda45c0b

View File

@@ -1,5 +1,10 @@
body { body {
background-color: hsl(0, 0%, 98%); 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 { .noscroll {
@@ -75,14 +80,6 @@ html {
height: 100%; 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, /* The API tabbed content tends to have a lot of code blocks,
which look nicer against a different background */ which look nicer against a different background */
.api-center .code-section .blocks { .api-center .code-section .blocks {