reason-apollo-client
Version:
ReasonML / BuckleScript bindings for the Apollo Client ecosystem
22 lines (20 loc) • 633 B
CSS
/* 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: #933485;
--ifm-color-primary-dark: #842f78;
--ifm-color-primary-darker: #7d2c71;
--ifm-color-primary-darkest: #67245d;
--ifm-color-primary-light: #a23992;
--ifm-color-primary-lighter: #a93c99;
--ifm-color-primary-lightest: #bd45ac;
--ifm-code-font-size: 95%;
}
.white-bg {
background: white;
}