aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/www/releases/_artifacts/v0.0.4/missing-prism.css
diff options
context:
space:
mode:
Diffstat (limited to 'www/releases/_artifacts/v0.0.4/missing-prism.css')
-rw-r--r--www/releases/_artifacts/v0.0.4/missing-prism.css62
1 files changed, 0 insertions, 62 deletions
diff --git a/www/releases/_artifacts/v0.0.4/missing-prism.css b/www/releases/_artifacts/v0.0.4/missing-prism.css
deleted file mode 100644
index 23e48b5..0000000
--- a/www/releases/_artifacts/v0.0.4/missing-prism.css
+++ /dev/null
@@ -1,62 +0,0 @@
-
-.token.comment,
-.token.prolog,
-.token.doctype,
-.token.cdata,
-.token.punctuation {
- color: var(--muted-fg);
-}
-
-.token.property,
-.token.tag,
-.token.boolean,
-.token.number,
-.token.constant,
-.token.symbol,
-.token.deleted {
- color: var(--bad-fg);
-}
-
-.token.selector,
-.token.attr-name,
-.token.string,
-.token.char,
-.token.builtin,
-.token.inserted {
- color: var(--ok-fg);
-}
-
-.token.operator,
-.token.entity,
-.token.url,
-.language-css .token.string,
-.style .token.string,
-.token.regex,
-.token.important,
-.token.variable {
- color: var(--warn-fg)
-}
-
-.token.atrule,
-.token.attr-value,
-.token.keyword {
- color: var(--info-fg);
-}
-
-.token.function {
- color: var(--bad-fg);
- font-style: italic;
-}
-
-.token.important,
-.token.bold {
- font-weight: bold;
-}
-
-.token.italic {
- font-style: italic;
-}
-
-.token.entity {
- cursor: help;
-}