| /** |
| * Copyright (c) Meta Platforms, Inc. and affiliates. |
| * All rights reserved. |
| * |
| * This source code is licensed under the BSD-style license found in the |
| * LICENSE file in the root directory of this source tree. |
| */ |
| |
| /** |
| * (c) Meta Platforms, Inc. and affiliates. |
| */ |
| |
| :root { |
| --ifm-color-primary: #d35739; |
| --ifm-color-primary-dark: #c54a2c; |
| --ifm-color-primary-darker: #ba4629; |
| --ifm-color-primary-darkest: #993922; |
| --ifm-color-primary-light: #d86a4f; |
| --ifm-color-primary-lighter: #da735a; |
| --ifm-color-primary-lightest: #e28f7b; |
| --ifm-code-font-size: 95%; |
| } |
| |
| .docusaurus-highlight-code-line { |
| background-color: rgba(0, 0, 0, 0.1); |
| display: block; |
| margin: 0 calc(-1 * var(--ifm-pre-padding)); |
| padding: 0 var(--ifm-pre-padding); |
| } |
| |
| html[data-theme='dark'] .docusaurus-highlight-code-line { |
| background-color: rgba(0, 0, 0, 0.3); |
| } |