blob: e8da43a90507afa58a2655d33a3589b281e262ab [file] [log] [blame]
/* Copyright 2015 The Vanadium Authors. All rights reserved. */
/* Use of this source code is governed by a BSD-style */
/* license that can be found in the LICENSE file. */
: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;
}
.auto-scroll {
position: fixed;
right: 40px;
bottom: 0;
opacity: 0.8;
padding: 0.8em;
background-color: #ffeb3b;
}