"env_tools/modelScope_install.sh" did not exist on "d3982d850602bc8feb30f4eacc11312ab70279df"
index.css 847 Bytes
Newer Older
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
/* Copyright (c) Microsoft Corporation.
   Licensed under the MIT License. */

/**
 * 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.
 */

:root {
  --ifm-color-primary: #ce8fb8;
  --ifm-color-primary-dark: #c377a9;
  --ifm-color-primary-darker: #be6ba1;
  --ifm-color-primary-darkest: #aa4a89;
  --ifm-color-primary-light: #d9a7c7;
  --ifm-color-primary-lighter: #deb3cf;
  --ifm-color-primary-lightest: #eed8e6;
  --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);
}