style.css
866 Bytes
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
@import url(https://fonts.googleapis.com/css?family=Titillium+Web);
div.logo img {
width: 200px;
height: 200px;
box-shadow: none !important;
}
div.sequelize {
color: #399af3;
font-size: 60px;
font-family: 'Titillium Web', sans-serif;
}
.center {
text-align: center;
}
.manual-root .content img {
box-shadow: none !important;
max-width: 300px;
}
.navigation {
margin-top: 40px !important;
padding-top: 0;
height: calc(100% - 40px);
}
.manual-toc a:hover {
color: #999 !important;
}
.manual-group {
font-weight: 600;
margin: 9.6px 0 3.2px 0;
color: black !important;
font-size: 17px;
}
.api-reference-link {
font-weight: bold;
padding: 0 20px;
}
.api-reference-link:hover {
color: rgb(3, 155, 229);
}
header a {
display: flex;
align-items: center;
}
a[href="source.html"],
a[href^="file/lib/"] {
display: none;
}