summaryrefslogtreecommitdiff
path: root/style.css
blob: 45da0e7e8ee28de2c6542cd4daf084e46bda483f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
button {
    padding: 1em;
    font-size: 1.5em;
}

button.program {
    background: #800000;
    color: #FFFFFF;
}

button.preview {
    background: #008000;
    color: #FFFFFF;
}

button.selected {
  box-shadow: 0 0 0.3em #800000;
  text-shadow: 0 0 0.3em #800000;
}