summaryrefslogtreecommitdiffstats
path: root/theme/stylesheets/ebook.less
blob: f4b6c2ee0c14f6c4dda94aac4c13ab8893b78085 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
@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(#333, 1.6);
    }
}