/* 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
 * #css_wrapper_metadata_end */

html {
  --action-container-padding: 16px;

  --signin-work-badge-background-color: rgb(248, 249, 250);
  --signin-work-badge-foreground-color: var(--google-grey-700);
}
@media (prefers-color-scheme: dark) {
  html {
  --signin-work-badge-background-color: var(--google-grey-700);
  --signin-work-badge-foreground-color: white;

  /* Matches other surfaces such as the NTP customization window, and does
   * not conflict with the default customization colors. */
  --signin-dark-customized-background-color: rgba(41, 42, 45, 1);
  }
}
