mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-16 23:55:20 +00:00
45 lines
787 B
Plaintext
Executable File
45 lines
787 B
Plaintext
Executable File
@import "mixins.less";
|
|
|
|
@import "ebook/variables.less";
|
|
@import "ebook/highlight.less";
|
|
|
|
.page {
|
|
&.page-toc {
|
|
.glossary {
|
|
margin-bottom: 40px;
|
|
|
|
h2 {
|
|
a, a:hover {
|
|
color: inherit;
|
|
text-decoration: none;
|
|
}
|
|
}
|
|
|
|
.glossary-index {
|
|
list-style: none;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
|
|
li {
|
|
display: inline;
|
|
margin: 0px 8px;
|
|
white-space: nowrap;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.book-chapter {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
.page {
|
|
font-family: sans-serif;
|
|
.markdown-content(#000, 1.6);
|
|
}
|
|
}
|