@tailwind components; @tailwind utilities; /** * 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: #fa4c5e; --ifm-color-primary-dark: #e93a4c; --ifm-color-primary-darker: #d83747; --ifm-color-primary-darkest: #c0303e; --ifm-color-primary-light: #f85e6d; --ifm-color-primary-lighter: #f76977; --ifm-color-primary-lightest: #f17582; --ifm-code-font-size: 95%; --docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1); } /* For readability concerns, you should choose a lighter palette in dark mode. */ [data-theme='dark'] { --ifm-color-primary: #fa4c5e; --ifm-color-primary-dark: #e93a4c; --ifm-color-primary-darker: #d83747; --ifm-color-primary-darkest: #c0303e; --ifm-color-primary-light: #f85e6d; --ifm-color-primary-lighter: #f76977; --ifm-color-primary-lightest: #f17582; --docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3); }