mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
css: Merge body in portico.scss.
This commit is contained in:
committed by
Tim Abbott
parent
962684f189
commit
b9eda45c0b
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user