| /** | |
| * Copyright (c) 2017-present, Facebook, Inc. | |
| * | |
| * This source code is licensed under the MIT license found in the | |
| * LICENSE file in the root directory of this source tree. | |
| */ | |
| /** | |
| * Any CSS included here will be global. The classic template | |
| * bundles Infima by default. Infima is a CSS framework designed to | |
| * work well for content-centric websites. | |
| */ | |
| /* You can override the default Infima variables here. */ | |
| :root { | |
| --ifm-color-primary: #89B8CD; | |
| --ifm-color-primary-dark: rgb(33, 175, 144); | |
| --ifm-color-primary-darker: rgb(31, 165, 136); | |
| --ifm-color-primary-darkest: rgb(26, 136, 112); | |
| --ifm-color-primary-light: rgb(70, 203, 174); | |
| --ifm-color-primary-lighter: rgb(102, 212, 189); | |
| --ifm-color-primary-lightest: rgb(146, 224, 208); | |
| } | |
| .hero { | |
| padding: 0; | |
| } | |
| .hero .hero__title { | |
| font-size: 6.5rem; | |
| margin: 0 0 0.15em; | |
| line-height: 1; | |
| } | |
| .hero .hero__subtitle { | |
| font-weight: 500; | |
| line-height: 1.2; | |
| opacity: .9;; | |
| margin-bottom: 30px; | |
| color: #276475; | |
| } | |
| .docusaurus-highlight-code-line { | |
| background-color: rgb(72, 77, 91); | |
| display: block; | |
| margin: 0 calc(-1 * var(--ifm-pre-padding)); | |
| padding: 0 var(--ifm-pre-padding); | |
| } | |
| /* If you have a different syntax highlighting theme for dark mode. */ | |
| html[data-theme='dark'] .docusaurus-highlight-code-line { | |
| background-color: /* Color which works with dark mode syntax highlighting theme */ | |
| } | |