zuul/web/styles/stream.css

22 lines
358 B
CSS

body#zuulstream {
font-family: monospace;
background-color: black;
color: lightgrey;
}
#zuulstreamoverlay {
position: fixed;
top: 5px;
right: 5px;
background-color: darkgrey;
color: black;
}
pre#zuulstreamcontent {
white-space: pre;
margin: 0px 10px;
background-color: black;
color: lightgrey;
border: none;
}