aboutsummaryrefslogtreecommitdiff
path: root/public/css/color-blindness.css
blob: ebe492bfec09c686d4b4b0a77fdc8de0dea3d244 (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 {
  filter: url("#color-filter");
  -webkit-filter: url("#color-filter");
}

#controls {
  margin-bottom: 60px;
}

img {
  border: none;
  width: 50%;
  float: left;
}

svg {
  width: 0;
  height: 0;
}

.control .label-text {
  display: inline-block;
  width: 40px;
}

.control .label-value {
  display: inline-block;
  text-align: right;
  width: 70px;
}