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

/* #css_wrapper_metadata_start
 * #type=vars
 * #import=chrome://resources/cr_elements/cr_shared_vars.css.js
 * #import=chrome://resources/polymer/v3_0/paper-styles/color.js
 * #css_wrapper_metadata_end */

html {
  --card-border-color: rgba(0, 0, 0, 0.14);
  --card-first-last-item-padding: 8px;
  --card-max-width: 960px;
  --card-min-width: 550px;
  --card-padding-between: 16px;
  --card-padding-side: 24px;
  --first-card-padding-top: 24px;
  --history-item-time-color: #646464;
  --interactive-color: var(--google-blue-500);
  --item-height: 44px;
  --separator-color: rgba(0, 0, 0, 0.08);
  --side-bar-width: 256px;
  --sidebar-footer-text-color: var(--google-grey-700);
  --sidebar-unselected-color: #5a5a5a;
  --toolbar-height: 56px;
}

@media (prefers-color-scheme: dark) {
  html {
    --card-border-color: var(--cr-separator-color);
    --history-item-time-color: var(--cr-secondary-text-color);
    --interactive-color: var(--google-blue-300);
    --separator-color: var(--cr-separator-color);
    --sidebar-footer-text-color: rgba(255, 255, 255, 0.6);
    --sidebar-unselected-color: var(--cr-secondary-text-color);
  }
}
