mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-21 18:13:29 +00:00
24 lines
487 B
Plaintext
24 lines
487 B
Plaintext
@import "../base/mixins.less";
|
|
@import "./variables.less";
|
|
|
|
@import "./summary.less";
|
|
@import "./glossary.less";
|
|
|
|
body {
|
|
font-family: @font-family-base;
|
|
color: @text-color;
|
|
.text-adjust(100%);
|
|
}
|
|
|
|
.page {
|
|
// Section and first titles
|
|
.section {
|
|
.gitbook-markdown(@md-color: @text-color, @md-line-height: 1.6, @md-link-color: @link-color);
|
|
}
|
|
|
|
// Hide the title (only used to build PDF table of content)
|
|
.book-chapter {
|
|
display: none;
|
|
}
|
|
}
|