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
49
50
.pad-10 {
padding: 20px;
}
.svg-image {
max-width: 256px;
width: 50%;
}
.column.middle {
display: flex;
flex-direction: column;
align-items: center;
}
#actions {
display: flex;
justify-content: space-evenly;
}
.title {
text-align: center;
}
a:not(.button) {
text-decoration: underline !important;
}
a:not(.button) {
color: blue !important;
}
a:not(.button):visited {
color: purple !important;
}
nav.sidebar {
border: 1px #606c76 solid;
padding: 0 !important;
}
.sidebar .section {
padding: 10px;
margin: 0;
}
.sidebar .section-header {
background-color: #606c76;
color: #d1d1d1;
font-weight: bold;
display: block;
}
.sidebar .section li {
list-style: none;
}