chromium/ash/webui/common/resources/personalization/wallpaper.css

/* 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=style
 * #scheme=relative
 * #css_wrapper_metadata_end */

main {
  height: 100%;
  width: 100%;
}

main:focus,
main:focus-visible,
main:focus-within {
  outline: none;
}

h2.wallpaper-collections-heading{
  color: var(--cros-sys-secondary);
  font: var(--cros-button-2-font);
  height: 20px;
  margin-block-start: 0;
  margin-block-end: 0;
  padding: 6px 10px 6px;
}