| /** |
| * 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: #5494FF; |
| /* --ifm-dropdown-hover-background-color: #fff; |
| --ifm-link-hover-color: #5494FF; */ |
| --ifm-code-font-size: 95%; |
| } |
| |
| .docusaurus-highlight-code-line { |
| background-color: rgba(0, 0, 0, 0.1); |
| display: block; |
| margin: 0 calc(-1 * var(--ifm-pre-padding)); |
| padding: 0 var(--ifm-pre-padding); |
| } |
| |
| html[data-theme='dark'] .docusaurus-highlight-code-line { |
| background-color: rgba(0, 0, 0, 0.3); |
| } |
| |
| html { |
| font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; |
| font-variant: tabular-nums; |
| font-feature-settings: 'tnum'; |
| } |
| |
| .navbar.index-nav { |
| margin-bottom: -60px; |
| background: transparent; |
| backdrop-filter: blur(5px); |
| } |
| |
| aside { |
| font-family: Avenir-Heavy; |
| } |