File size: 829 Bytes
4bdb245
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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

@media (max-width: 1200px) {
.md-header-nav__button {
    color: #fff;
    background-color: #ef5350 !important;
    border-radius: 5px;
}
}

.md-nav__title--site {
    display: none;
}

h1, h2, h3, h4, h5, h6 {
    color:white !important;
}

/* Container backgrounds */
.md-container, .md-main, .md-nav, .md-nav__list {
    background-color: #252632 !important;
    color: #fff;
}

.md-header, .md-tabs {
    background-color: #ad152c !important;
}

/* Code blocks */
pre, code {
    background-color: #181820 !important;
    color: #fff !important;
}

/* All links */
a {
    color: #ff9292;
}
a:hover {
    color: #fff;
}

/* Side Menu Links */
.md-nav__item a {
    color: #36D3D9;
}
.md-nav__item a:hover {
    color: #0091ea;
}
.md-nav__item a[data-md-state="blur"] {
    color: #1a7c80;
}

.md-source {
	color: #fff;
}