summaryrefslogtreecommitdiff
path: root/docs/src/css/custom.css
blob: 3a7178dd4ab03f55c73d5bfe2e6fadd44c0178b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/**
 * 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: #be1b55ff;
  --ifm-color-primary-dark: #be1b55ff;
  --ifm-color-primary-darker: #be1b55ff;
  --ifm-color-primary-darkest: #be1b55ff;
  --ifm-color-primary-light: #be1b55ff;
  --ifm-color-primary-lighter: #be1b55ff;
  --ifm-color-primary-lightest: #be1b55ff;
  --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: #59bc89ff;
  --ifm-color-primary-dark: #59bc89ff;
  --ifm-color-primary-darker: #59bc89ff;
  --ifm-color-primary-darkest: #59bc89ff;
  --ifm-color-primary-light: #59bc89ff;
  --ifm-color-primary-lighter: #59bc89ff;
  --ifm-color-primary-lightest: #59bc89ff;
  --docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
}