-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
63 lines (59 loc) · 1.09 KB
/
style.css
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Source+Serif+4&display=swap');
div.proof>*:last-child:after {
color: red;
}
div.theorem, div.definition {
margin: 10px;
background-color: #eee;
border-radius: 3px;
padding: 5px;
}
a.navigation-prev, a.navigation-next {
color: #F00E4D!important;
}
.level1 h1 {
border-bottom: 1px solid #F00E4D;
}
.toc-logo img {
max-width: 90%;
}
.header-section-number {
text-align: center;
padding-left: 5px;
border-bottom: 5px solid #F00E4D;
display: inline-block;
}
p, div {
font-family: 'Source Serif 4', sans-serif!important;
}
.book-summary {
line-height:0.5em;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Bree Serif', serif;
}
li.active > a {
background-color: rgba(240, 14, 77, 0.1)!important;
color: #F00E4D!important;
border-right: 5px solid #F00E4D;
}
li > a:hover {
color: #F00E4D!important;
}
.header-section-number {
color: #F00E4D;
}
p.caption {
color: #777;
margin-top: 10px;
}
p code {
white-space: inherit;
}
pre {
word-break: normal;
word-wrap: normal;
}
pre code {
white-space: inherit;
}