-
Notifications
You must be signed in to change notification settings - Fork 1
/
extra.css
98 lines (82 loc) · 1.82 KB
/
extra.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300&display=swap');
.md-grid {
/* make context area a bit wider */
max-width: 1440px;
}
.md-header
{
/* #EE7628 */
background-color: rgb(238, 118, 40);
font-family: 'Nunito', sans-serif;
}
.md-tabs
{
background-color: rgb(252, 142, 76);
color: white;
opacity: 1.0;
font-weight: bold;
font-family: 'Nunito', sans-serif;
}
.md-tabs__link--active
{
font-weight: bold;
color: black;
}
.md-tabs__item--active .md-tabs__link
{
font-weight: bold;
color: /*black*/ /*rgb(64, 81, 181)*/ rgb(15, 20, 50) /* blender blue accent color: rgb(0, 122, 204)*/ ;
}
.md-nav__link--active
{
font-weight: bold;
}
.md-nav
{
font-family: 'Source Sans Pro', Roboto, sans-serif;
}
.md-typeset h1
{
font-family: 'Nunito', sans-serif;
color: rgb(238, 118, 40);
}
.md-typeset h2, .md-typeset h2 a
{
font-family: 'Nunito', sans-serif;
color: rgb(238, 118, 40);
}
.md-typeset h3
{
font-family: 'Nunito', sans-serif;
color: rgb(243, 114, 35);
}
.md-header__button.md-logo
{
padding: 0px;
}
.md-header__button.md-logo img
{
width: 2.5rem;
height: 2.5rem;
}
.md-header__button
{
margin: 0px;
}
.md-typeset .admonition
{
font-size: 15px;
}
body
{
font-family: 'Source Sans Pro', Roboto, sans-serif;
}
.iconimg {
height:1.2rem !important;
vertical-align: middle;
}