adf0d17497
publish / version_or_publish (push) Waiting to run
storybook-build / changes (push) Waiting to run
storybook-build / :storybook-build (push) Blocked by required conditions
Sync Gradio Skills to Hugging Face / sync-skills (push) Waiting to run
functional / changes (push) Waiting to run
functional / build-frontend (push) Blocked by required conditions
functional / functional-test-SSR=false (push) Blocked by required conditions
functional / functional-reload (push) Blocked by required conditions
functional / functional-test-SSR=true (push) Blocked by required conditions
hygiene / hygiene-test (push) Waiting to run
python / changes (push) Waiting to run
python / build (push) Blocked by required conditions
python / test-ubuntu-latest-flaky (push) Blocked by required conditions
python / test-ubuntu-latest-not-flaky (push) Blocked by required conditions
python / test-windows-latest-flaky (push) Blocked by required conditions
python / test-windows-latest-not-flaky (push) Blocked by required conditions
js / changes (push) Waiting to run
js / js-test (push) Blocked by required conditions
docs-build / changes (push) Waiting to run
docs-build / docs-build (push) Blocked by required conditions
docs-build / website-build (push) Blocked by required conditions
69 lines
1.2 KiB
CSS
69 lines
1.2 KiB
CSS
.dark .md .token.comment,
|
|
.dark .md .token.prolog,
|
|
.dark .md .token.doctype,
|
|
.dark .md .token.cdata {
|
|
color: hsl(30, 20%, 50%);
|
|
}
|
|
|
|
.dark .md .token.punctuation {
|
|
opacity: 0.7;
|
|
}
|
|
|
|
.dark .md .token.namespace {
|
|
opacity: 0.7;
|
|
}
|
|
|
|
.dark .md .token.property,
|
|
.dark .md .token.tag,
|
|
.dark .md .token.boolean,
|
|
.dark .md .token.number,
|
|
.dark .md .token.constant,
|
|
.dark .md .token.symbol {
|
|
color: hsl(350, 40%, 70%);
|
|
}
|
|
|
|
.dark .md .token.selector,
|
|
.dark .md .token.attr-name,
|
|
.dark .md .token.string,
|
|
.dark .md .token.char,
|
|
.dark .md .token.builtin,
|
|
.dark .md .token.inserted {
|
|
color: hsl(75, 70%, 60%);
|
|
}
|
|
|
|
.dark .md .token.operator,
|
|
.dark .md .token.entity,
|
|
.dark .md .token.url,
|
|
.dark .md .language-css .token.string,
|
|
.dark .md .style .token.string,
|
|
.dark .md .token.variable {
|
|
color: hsl(40, 90%, 60%);
|
|
}
|
|
|
|
.dark .md .token.atrule,
|
|
.dark .md .token.attr-value,
|
|
.dark .md .token.keyword {
|
|
color: hsl(350, 40%, 70%);
|
|
}
|
|
|
|
.dark .md .token.regex,
|
|
.dark .md .token.important {
|
|
color: #e90;
|
|
}
|
|
|
|
.dark .md .token.important,
|
|
.dark .md .token.bold {
|
|
font-weight: bold;
|
|
}
|
|
.dark .md .token.italic {
|
|
font-style: italic;
|
|
}
|
|
|
|
.dark .md .token.entity {
|
|
cursor: help;
|
|
}
|
|
|
|
.dark .md .token.deleted {
|
|
color: red;
|
|
}
|