about summary refs log tree commit diff stats
path: root/src/index.css
blob: d02ca7bf520e893992cd563ba042d18b978dd840 (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
31
32
.box, .contents {
    display: inline-block;
    margin: 10px;
}

.add, h1 {
    margin-left: 50px;
    font-family: 'Courier New', Courier, monospace;
}

.reset, .clear {
    margin-left: 10px;
    font-family: 'Courier New', Courier, monospace;
}

.todoInput {
    font-family: 'Courier New', Courier, monospace;
}

.todoLabel, .todoLabelDone, h1 {
    font-family: 'Courier New', Courier, monospace;
    color: whitesmoke;
}

.todoLabelDone {
    text-decoration: line-through;
    color: slategray;
}

body {
    background-color: darkslategray;
}