website/src/css/custom.css (16 lines of code) (raw):
/**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @format
*/
/**
* 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: #4b4196;
--ifm-color-primary-dark: #443a87;
--ifm-color-primary-darker: #403780;
--ifm-color-primary-darkest: #352d69;
--ifm-color-primary-light: #5348a5;
--ifm-color-primary-lighter: #564bac;
--ifm-color-primary-lightest: #695eb9;
--ifm-code-font-size: 95%;
}
.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);
}