summaryrefslogtreecommitdiffstats
path: root/print.css
blob: cbbfff0ca594625d77e40b4ca3e87d72d5fee193 (plain)
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
body {
    background-color: white;
}

#instructions {
    display: none;
}

#die {
    display: none;
}

#errors {
    display: none;
}

#nucleotide-selector {
    display: none;
}

#genome-history {
    top: 0;
    left: 0;
    width: 100%;
}

.genome .nucleotide.selected {
    border: 2px solid black;
}