Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions prism-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ pre[class*="language-"] {
text-align: left;
white-space: pre;
word-spacing: normal;

-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;

-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
Expand All @@ -33,7 +33,7 @@ pre[class*="language-"],
pre[class*="language-"] {
padding: 1em;
margin: .5em 0;
overflow: auto;
overflow: auto;
border: .3em solid hsl(30,20%,40%);
border-radius: .5em;
box-shadow: 1px 1px .5em black inset;
Expand Down Expand Up @@ -63,19 +63,23 @@ pre[class*="language-"] {
}

.token.property,
.token.const,
.token.symbol,
.token.tag,
.token.boolean,
.token.number {
color: hsl(350, 40%, 70%);
}

.token.selector,
.token.builtin,
.token.attr-name,
.token.string {
color: hsl(75, 70%, 60%);
}

.token.operator,
.token.inst-var,
.token.entity,
.token.url,
.language-css .token.string,
Expand All @@ -101,4 +105,4 @@ pre[class*="language-"] {

.token.entity {
cursor: help;
}
}
10 changes: 7 additions & 3 deletions prism-funky.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ pre[class*="language-"] {
text-align: left;
white-space: pre;
word-spacing: normal;

-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;

-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
Expand Down Expand Up @@ -60,19 +60,23 @@ code[class*="language-"] {
}

.token.property,
.token.const,
.token.symbol,
.token.tag,
.token.boolean,
.token.number {
color: #0cf;
}

.token.selector,
.token.builtin,
.token.attr-name,
.token.string {
color: yellow;
}

.token.operator,
.token.inst-var,
.token.entity,
.token.url,
.language-css .token.string {
Expand All @@ -97,4 +101,4 @@ code[class*="language-"] {

.token.entity {
cursor: help;
}
}
12 changes: 8 additions & 4 deletions prism.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ pre[class*="language-"] {
text-align: left;
white-space: pre;
word-spacing: normal;

-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;

-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
Expand All @@ -28,7 +28,7 @@ pre[class*="language-"] {
pre[class*="language-"] {
padding: 1em;
margin: .5em 0;
overflow: auto;
overflow: auto;
}

:not(pre) > code[class*="language-"],
Expand Down Expand Up @@ -58,19 +58,23 @@ pre[class*="language-"] {
}

.token.property,
.token.const,
.token.symbol,
.token.tag,
.token.boolean,
.token.number {
color: #905;
}

.token.selector,
.token.builtin,
.token.attr-name,
.token.string {
color: #690;
}

.token.operator,
.token.inst-var,
.token.entity,
.token.url,
.language-css .token.string,
Expand All @@ -97,4 +101,4 @@ pre[class*="language-"] {

.token.entity {
cursor: help;
}
}
Loading