-
Notifications
You must be signed in to change notification settings - Fork 380
Expand file tree
/
Copy pathextra.css
More file actions
53 lines (43 loc) · 1001 Bytes
/
extra.css
File metadata and controls
53 lines (43 loc) · 1001 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
.md-typeset .admonition.question,
.md-typeset details.question{
border-color: rgb(68, 138, 255);
}
.md-typeset .question > .admonition-title,
.md-typeset .question > summary {
background-color: rgba(68, 138, 255, 0.1);
&::before {
background-color: rgb(68, 138, 255);
}
&::after {
color: rgb(68, 138, 255);
}
}
.md-typeset .admonition.tip,
.md-typeset details.tip{
border-color: rgb(61, 100, 226);
}
.md-typeset .tip > .admonition-title,
.md-typeset .tip > summary {
background-color: rgba(61, 100, 226, 0.1);
&::before {
background-color: #3D64E2;
}
&::after {
color: #3D64E2;
}
}
.md-nav__link {
word-break: break-word;
}
:root {
--md-primary-fg-color: #3C64E2;
}
.md-tabs__item:last-child a::before {
content: "";
background: transparent url("tobiko-logo.svg") center left no-repeat;
background-size: contain;
width: 18px;
height: 18px;
display: inline-block;
margin-bottom: -4px;
}