File size: 611 Bytes
cf3d1b1
 
 
 
 
d82cd6f
cf3d1b1
 
 
 
 
 
d82cd6f
cf3d1b1
 
 
 
 
d82cd6f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
645be2c
d82cd6f
 
8b6d1b6
 
 
 
cf3d1b1
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
custom_css = """
.demo-title {
    text-align: center;
    display: block;
    margin-bottom: 0;
    font-size: 1.7em;
}

.demo-subtitle {
    text-align: center;
    display: block;
    margin-top: 0;
    font-size: 1.3em;
}

.summary-label {
    display: inline;
}

.prose a:visited {
  color: var(--link-text-color);
}

.footer-container {
    align-items: center;
}

.footer-custom-block {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-custom-block b {
    margin-right: 10px;
}

.footer-custom-block img {
    margin-right: 15px;
}

ol {
    padding-left: 30px;
}
"""