summaryrefslogtreecommitdiffstats
path: root/theme/stylesheets/mobi.less
blob: a963197a313d4c38828c3c10da2a299de038d67c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
@import "./ebook/base.less";

@font-family-base: serif;
@link-color: #000;

a {
    color: #000;
    text-decoration: underline !important;
}

.page-toc {
    li {
        list-style-type: lower-alpha;

        .inner {
            border: none;

            span.page {
                display: none;
            }
        }
    }
}