chromium/chrome/browser/resources/privacy_sandbox/internals/style.css

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

:root {
  --header-text-color: rgb(92, 97, 102);
  --tabs-border-color: #c8c8c8;
}

header {
  /*padding-bottom: 10px;*/
  color: var(--header-text-color);
  border-bottom: 1px solid var(--tabs-border-color);
}

h1, h2, h3, h4 {
  color: var(--header-text-color);
}

h1 {
  font-size: 1.5rem;
  margin-bottom: 0px;
}

#ps-page {
  width: 100%;
}

div.content-settings {
  display: grid;
  grid-template-columns: auto auto auto;
}

content-setting-pattern-source:nth-of-type(odd) {
  background: rgb(239, 243, 255);
}

content-setting-pattern-source {
  display: grid;
  border: 1px solid lightgray;
  margin: 5px;
}