summaryrefslogtreecommitdiffstats
path: root/theme/stylesheets/website/markdown.less
blob: eef2a1d9d64ca7196be03cb43de6f27e8018d67b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.book .book-body .page-wrapper .page-inner section {
    display: none;
}

.book .book-body .page-wrapper .page-inner section.normal {
    .markdown-content(@content-color, @content-line-height);

    .glossary-term {
        cursor: help;
        text-decoration: underline;
    }
}