zuul/web/stream/stream.component.css

19 lines
325 B
CSS

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