UNPKG
@doneproperly/gitbook-plugin-theme-doneproperly-default
Version:
latest (0.0.0)
0.0.0
Default theme for GitBook
@doneproperly/gitbook-plugin-theme-doneproperly-default
/
src
/
less
/
mobi.less
24 lines
(18 loc)
•
334 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
@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; } } } }