Sign in
vanadium
/
release.go.x.ref
/
5dcb6d3abe7dfde57130b114fdcc9a605ff77d3e
/
.
/
examples
/
pipetobrowser
/
browser
/
pipe-viewers
/
builtin
/
console
/
component.css
blob: 2091d3452b8d19f76d3e82f7f4822ca29fde145a [
file
] [
log
] [
blame
]
:
host
{
background-color
:
#000000
;
height
:
100%
;
display
:
block
;
overflow
:
auto
;
}
pre
{
margin
:
0
;
padding
:
0.5em
;
font-family
:
Fixed
,
monospace
;
line-height
:
1.2em
;
word-break
:
break-word
;
color
:
#ffffff
;
}