-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.custom.css
More file actions
53 lines (44 loc) · 984 Bytes
/
mkdocs.custom.css
File metadata and controls
53 lines (44 loc) · 984 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
:root {
--md-primary-fg-color: #ff8c8b;
--md-primary-fg-color--light: #ecb7b7;
--md-primary-fg-color--dark: #90030c;
--md-accent-fg-color: #fb706d;
--md-accent-fg-color--light: #fb706d;
--md-accent-fg-color--dark: #fb706d;
}
[data-md-component='logo'] {
display: none !important;
}
/* [aria-label="Navigation"] {
label.md-nav__link--active {
background: none !important;
box-shadow: none !important;
}
} */
[href='.'],
[href='./'] {
background: none !important;
box-shadow: none !important;
}
[data-md-color-scheme='default'] {
[data-md-component='main'] {
background-color: #ffc0cb73;
}
}
@media screen and (min-width: 60em) {
.md-nav--secondary .md-nav__title .md-nav__icon {
display: block !important;
}
}
/* [data-md-component="search"], [data-md-component="palette"] {
margin-bottom: -102px;
} */
footer {
display: none;
}
/* .md-nav__title {
display: none;
} */
.md-header__title {
margin-left: 0px !important;
}