mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-16 15:45:13 +00:00
24 lines
334 B
Plaintext
24 lines
334 B
Plaintext
@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;
|
|
}
|
|
}
|
|
}
|
|
}
|