summaryrefslogtreecommitdiffstats
path: root/src/doc/book/2018-edition/ferris.css
blob: 371207924cedf17aad56335efd9b15dc142776f7 (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
30
31
32
33
body.light .does_not_compile,
body.light .panics,
body.light .not_desired_behavior,
body.rust .does_not_compile,
body.rust .panics,
body.rust .not_desired_behavior {
  background: #fff1f1;
}

body.coal .does_not_compile,
body.coal .panics,
body.coal .not_desired_behavior,
body.navy .does_not_compile,
body.navy .panics,
body.navy .not_desired_behavior,
body.ayu .does_not_compile,
body.ayu .panics,
body.ayu .not_desired_behavior {
  background: #501f21;
}

.ferris {
  position: absolute;
  z-index: 99;
  right: 5px;
  top: 30px;
	width: 10%;
	height: auto;
}

.ferris-explain {
  width: 100px;
}