UNPKG

@platformbuilders/react-elements

Version:

Platform Builders Shared Components Library For React Web

26 lines (23 loc) 774 B
/* stylelint-disable docusaurus/copyright-header */ /** * 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: #F9BD00; --ifm-color-primary-dark: #f0b800; --ifm-color-primary-darker: #e4af00; --ifm-color-primary-darkest:#cc9c00; --ifm-color-primary-light: #ffca08; --ifm-color-primary-lighter: #ffdc5d; --ifm-color-primary-lightest: #ffe897; --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); }