/** * 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: #242526;; --ifm-color-primary-dark: #29784c; --ifm-color-primary-darker: #277148; --ifm-color-primary-darkest: #205d3b; --ifm-color-primary-light: #33925d; --ifm-color-primary-lighter: #359962; --ifm-color-primary-lightest: #3cad6e; --ifm-code-font-size: 95%; --docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1); } */ :root { --footer-padding: 0.5em; } /* For readability concerns, you should choose a lighter palette in dark mode. */ [data-theme='light'] { --ifm-color-primary: #7c538bfd; --ifm-color-primary-dark: #21af90; --ifm-color-primary-darker: #1fa588; --ifm-color-primary-darkest: #1a8870; --ifm-color-primary-light: #424242; --ifm-color-primary-lighter: #32d8b4; --ifm-color-primary-lightest: #4fddbf; --footer-background-color: #ececec; --footer-color: #000; --docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3); } [data-theme='dark'] { --ifm-color-primary: #c4c0c5fd; --ifm-color-primary-dark: #21af90; --ifm-color-primary-darker: #1fa588; --ifm-color-primary-darkest: #1a8870; --ifm-color-primary-light: #29d5b0; --ifm-color-primary-lighter: #32d8b4; --ifm-color-primary-lightest: #4fddbf; --footer-background-color: #242526; --footer-color: #ebedf0; --docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3); } .footer { --ifm-footer-background-color: var(--footer-background-color); --ifm-footer-color: var(--footer-color); padding: var(--footer-padding) } .header-github-link:hover { opacity: 0.6; } .header-github-link::before { content: ''; width: 24px; height: 24px; display: flex; } [data-theme='light'] .header-github-link { background: url("/img/github.svg") 0 center / 25px 25px no-repeat; } [data-theme='dark'] .header-github-link { background: url("/img/githubL.svg") 0 center / 25px 25px no-repeat; } .markdown li a, .markdown p a { text-decoration: underline dotted; }