blob: 28bf02ba1764a52e0d7602475a44fd1a5139e663 [file] [log] [blame]
Monty Taylor4a781a72017-07-25 07:28:04 -04001body#zuulstream {
2 font-family: monospace;
3 background-color: black;
4 color: lightgrey;
5}
6
7#zuulstreamoverlay {
8 position: fixed;
9 top: 5px;
10 right: 5px;
11 background-color: darkgrey;
12 color: black;
13}
14
15pre#zuulstreamcontent {
16 white-space: pre;
17 margin: 0px 10px;
18}