|
2 | 2 | @tailwind components; |
3 | 3 | @tailwind utilities; |
4 | 4 |
|
5 | | -/* You can override the default Infima variables here. */ |
6 | | -:root { |
7 | | - --ifm-color-primary: #46192b; |
8 | | - --ifm-color-primary-dark: #29784c; |
9 | | - --ifm-color-primary-darker: #277148; |
10 | | - --ifm-color-primary-darkest: #205d3b; |
11 | | - --ifm-color-primary-light: #33925d; |
12 | | - --ifm-color-primary-lighter: #359962; |
13 | | - --ifm-color-primary-lightest: #3cad6e; |
14 | | - --ifm-code-font-size: 95%; |
15 | | - --docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1); |
16 | | - background-color: #242526; |
17 | | -} |
| 5 | +/* |
| 6 | + * Payjoin brand colors: |
| 7 | + * primary: #f75394 (pink) |
| 8 | + * secondary: #46192b (dark burgundy) |
| 9 | + * tertiary: #6A394C (medium burgundy) |
| 10 | + * |
| 11 | + * Infima shades generated from #f75394. |
| 12 | + * Light mode is disabled (dark mode forced in docusaurus.config.ts). |
| 13 | + */ |
18 | 14 |
|
19 | | -/* For readability concerns, you should choose a lighter palette in dark mode. */ |
20 | 15 | [data-theme="dark"] { |
21 | 16 | --ifm-color-primary: #f75394; |
22 | | - --ifm-color-primary-dark: #21af90; |
23 | | - --ifm-color-primary-darker: #1fa588; |
24 | | - --ifm-color-primary-darkest: #1a8870; |
25 | | - --ifm-color-primary-light: #29d5b0; |
26 | | - --ifm-color-primary-lighter: #32d8b4; |
27 | | - --ifm-color-primary-lightest: #4fddbf; |
| 17 | + --ifm-color-primary-dark: #f63382; |
| 18 | + --ifm-color-primary-darker: #f52379; |
| 19 | + --ifm-color-primary-darkest: #d70b60; |
| 20 | + --ifm-color-primary-light: #f873a6; |
| 21 | + --ifm-color-primary-lighter: #f983af; |
| 22 | + --ifm-color-primary-lightest: #fbb3cd; |
| 23 | + --ifm-code-font-size: 95%; |
28 | 24 | --docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3); |
| 25 | + |
| 26 | +} |
| 27 | + |
| 28 | +.footer--dark { |
| 29 | + --ifm-footer-background-color: #2a1520; |
| 30 | + --ifm-footer-link-color: #ddd; |
| 31 | + --ifm-footer-title-color: #fff; |
29 | 32 | } |
0 commit comments