Newer
Older
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
/************ FOOTER ***********/
.footer {
background-color: var(--ifm-color-warning);
color: var(--ifm-color-secondary);
--ifm-footer-link-color: var(--ifm-color-secondary);
--ifm-footer-title-color: var(--ifm-color-secondary);
font-family: var(--ifm-font-family);
}
.footer_container {
display: flex;
justify-content: center;
}
.footer__title {
color: var(--ifm-color-secondary);
}
.footer__link-item {
color: var(--ifm-color-secondary);
}
.footer_icons {
margin-left: 12px;
margin-right: 12px;
width: 1.8rem;
height: auto;
}
/* a */
a.footer__link-item:hover {
color: var(--ifm-color-frame);
}
.footer a {
color: var(--ifm-color-secondary);
}
.footer a:hover {
color: var(--ifm-color-frame);
}
/* sub-footer style */
.footer__bottom {
font-family: var(--ifm-font-family);
font-weight: 600;
}
.footer__copyright a {
text-decoration: underline;
}