about summary refs log tree commit diff
path: root/resources/pronouns.css
blob: c27bd5a92c78e6f815e714a727ad44e7e43a494a (plain) (blame)
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
body {
    font-family: Futura, sans-serif;
    background-color: #F6CEFC;
}

footer {
    font-size: 0.8em;
}

.section {
    margin: 8px;
    padding: 4px 6px 4px 6px;
    border: 4px solid #EEEEEE;
    border-radius: 7px;
}

.examples {
}

.title {
}

.about {
}

.contact {
}

.table {
}