/* Copyright 2019 The Chromium Authors
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file. */

html {
  height: 100%;
}

body {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
  overflow: auto;
  padding: 0;
  width: 100%;
}

.logs-info-container {
  line-height: 20px;
  margin-bottom: 20px;
  margin-inline-end: 20px;
  margin-inline-start: 20px;
  margin-top: 20px;
  text-align: justify;
  text-justify: inter-word;
}

html:has(body.jelly-enabled),
html:has(body.jelly-enabled) body,
html:has(body.jelly-enabled) .logs-info-container {
  background-color: var(--feedback-bg-color);
  color: var(--cros-sys-on_surface_variant);
  font: var(--cros-body-2-font);
}
