aboutsummaryrefslogtreecommitdiff
path: root/web/pw-server/src/styles/prism.scss
diff options
context:
space:
mode:
Diffstat (limited to 'web/pw-server/src/styles/prism.scss')
-rw-r--r--web/pw-server/src/styles/prism.scss84
1 files changed, 42 insertions, 42 deletions
diff --git a/web/pw-server/src/styles/prism.scss b/web/pw-server/src/styles/prism.scss
index 7e5e2dd..89d0358 100644
--- a/web/pw-server/src/styles/prism.scss
+++ b/web/pw-server/src/styles/prism.scss
@@ -5,82 +5,82 @@
code[class*="language-"],
pre[class*="language-"] {
- color: #393a34;
- font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
- direction: ltr;
- text-align: left;
- white-space: pre;
- word-spacing: normal;
- word-break: normal;
- font-size: 0.9em;
- line-height: 1.2em;
-
- -moz-tab-size: 4;
- -o-tab-size: 4;
- tab-size: 4;
-
- -webkit-hyphens: none;
- -moz-hyphens: none;
- -ms-hyphens: none;
- hyphens: none;
+ color: #393a34;
+ font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
+ direction: ltr;
+ text-align: left;
+ white-space: pre;
+ word-spacing: normal;
+ word-break: normal;
+ font-size: 0.9em;
+ line-height: 1.2em;
+
+ -moz-tab-size: 4;
+ -o-tab-size: 4;
+ tab-size: 4;
+
+ -webkit-hyphens: none;
+ -moz-hyphens: none;
+ -ms-hyphens: none;
+ hyphens: none;
}
pre > code[class*="language-"] {
- font-size: 1em;
+ font-size: 1em;
}
pre[class*="language-"]::-moz-selection,
pre[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection,
code[class*="language-"] ::-moz-selection {
- background: #b3d4fc;
+ background: #b3d4fc;
}
pre[class*="language-"]::selection,
pre[class*="language-"] ::selection,
code[class*="language-"]::selection,
code[class*="language-"] ::selection {
- background: #b3d4fc;
+ background: #b3d4fc;
}
/* Code blocks */
pre[class*="language-"] {
- padding: 1em;
- margin: 0.5em 0;
- overflow: auto;
- border: 1px solid #dddddd;
- background-color: white;
+ padding: 1em;
+ margin: 0.5em 0;
+ overflow: auto;
+ border: 1px solid #dddddd;
+ background-color: white;
}
/* Inline code */
:not(pre) > code[class*="language-"] {
- padding: 0.2em;
- padding-top: 1px;
- padding-bottom: 1px;
- background: #f8f8f8;
- border: 1px solid #dddddd;
+ padding: 0.2em;
+ padding-top: 1px;
+ padding-bottom: 1px;
+ background: #f8f8f8;
+ border: 1px solid #dddddd;
}
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
- color: #999988;
- font-style: italic;
+ color: #999988;
+ font-style: italic;
}
.token.namespace {
- opacity: 0.7;
+ opacity: 0.7;
}
.token.string,
.token.attr-value {
- color: #e3116c;
+ color: #e3116c;
}
.token.punctuation,
.token.operator {
- color: #393a34; /* no highlight */
+ color: #393a34; /* no highlight */
}
.token.entity,
@@ -93,34 +93,34 @@ pre[class*="language-"] {
.token.property,
.token.regex,
.token.inserted {
- color: #36acaa;
+ color: #36acaa;
}
.token.atrule,
.token.keyword,
.token.attr-name,
.language-autohotkey .token.selector {
- color: #00a4db;
+ color: #00a4db;
}
.token.function,
.token.deleted,
.language-autohotkey .token.tag {
- color: #9a050f;
+ color: #9a050f;
}
.token.tag,
.token.selector,
.language-autohotkey .token.keyword {
- color: #00009f;
+ color: #00009f;
}
.token.important,
.token.function,
.token.bold {
- font-weight: bold;
+ font-weight: bold;
}
.token.italic {
- font-style: italic;
+ font-style: italic;
}