File size: 559 Bytes
9652fe2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
custom_css = """
h1 > img {
    text-align: center;
    display: block;
    margin-bottom: 0;
    font-size: 1.7em;
}

iframe {
    overflow: scroll;
    border: 2px solid green;
}

.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;
}
"""