|
@@ -8,7 +8,7 @@ https://prismjs.com/download.html#themes=prism-okaidia&languages=markup+css+clik
|
|
|
|
|
|
code[class*="language-"],
|
|
|
pre[class*="language-"] {
|
|
|
- color: #f8f8f2;
|
|
|
+ color: #f8f8f2 !important;
|
|
|
background: none;
|
|
|
text-shadow: 0 1px rgba(0, 0, 0, 0.3);
|
|
|
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
|
|
@@ -54,11 +54,11 @@ pre[class*="language-"] {
|
|
|
.token.prolog,
|
|
|
.token.doctype,
|
|
|
.token.cdata {
|
|
|
- color: #8292a2;
|
|
|
+ color: #8292a2 !important;;
|
|
|
}
|
|
|
|
|
|
.token.punctuation {
|
|
|
- color: #f8f8f2;
|
|
|
+ color: #f8f8f2 !important;;
|
|
|
}
|
|
|
|
|
|
.token.namespace {
|
|
@@ -70,12 +70,12 @@ pre[class*="language-"] {
|
|
|
.token.constant,
|
|
|
.token.symbol,
|
|
|
.token.deleted {
|
|
|
- color: #f92672;
|
|
|
+ color: #f92672 !important;;
|
|
|
}
|
|
|
|
|
|
.token.boolean,
|
|
|
.token.number {
|
|
|
- color: #ae81ff;
|
|
|
+ color: #ae81ff !important;;
|
|
|
}
|
|
|
|
|
|
.token.selector,
|
|
@@ -84,7 +84,7 @@ pre[class*="language-"] {
|
|
|
.token.char,
|
|
|
.token.builtin,
|
|
|
.token.inserted {
|
|
|
- color: #a6e22e;
|
|
|
+ color: #a6e22e !important;;
|
|
|
}
|
|
|
|
|
|
.token.operator,
|
|
@@ -93,23 +93,23 @@ pre[class*="language-"] {
|
|
|
.language-css .token.string,
|
|
|
.style .token.string,
|
|
|
.token.variable {
|
|
|
- color: #f8f8f2;
|
|
|
+ color: #f8f8f2 !important;;
|
|
|
}
|
|
|
|
|
|
.token.atrule,
|
|
|
.token.attr-value,
|
|
|
.token.function,
|
|
|
.token.class-name {
|
|
|
- color: #e6db74;
|
|
|
+ color: #e6db74 !important;;
|
|
|
}
|
|
|
|
|
|
.token.keyword {
|
|
|
- color: #66d9ef;
|
|
|
+ color: #66d9ef !important;;
|
|
|
}
|
|
|
|
|
|
.token.regex,
|
|
|
.token.important {
|
|
|
- color: #fd971f;
|
|
|
+ color: #fd971f !important;;
|
|
|
}
|
|
|
|
|
|
.token.important,
|
|
@@ -154,7 +154,7 @@ pre[data-line] {
|
|
|
min-width: 1em;
|
|
|
padding: 0 .5em;
|
|
|
background-color: hsla(24, 20%, 50%,.4);
|
|
|
- color: hsl(24, 20%, 95%);
|
|
|
+ color: hsl(24, 20%, 95%) !important;;
|
|
|
font: bold 65%/1.5 sans-serif;
|
|
|
text-align: center;
|
|
|
vertical-align: .3em;
|
|
@@ -181,7 +181,7 @@ pre[id].linkable-line-numbers span.line-numbers-rows > span:before {
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
pre[id].linkable-line-numbers span.line-numbers-rows > span:hover:before {
|
|
|
- background-color: rgba(128, 128, 128, .2);
|
|
|
+ background-color: rgba(128, 128, 128, .2) !important;;
|
|
|
}
|
|
|
|
|
|
pre[class*="language-"].line-numbers {
|
|
@@ -218,7 +218,7 @@ pre[class*="language-"].line-numbers > code {
|
|
|
|
|
|
.line-numbers-rows > span:before {
|
|
|
content: counter(linenumber);
|
|
|
- color: #999;
|
|
|
+ color: #999 !important;;
|
|
|
display: block;
|
|
|
padding-right: 0.8em;
|
|
|
text-align: right;
|
|
@@ -270,10 +270,10 @@ div.code-toolbar > .toolbar button {
|
|
|
div.code-toolbar > .toolbar a,
|
|
|
div.code-toolbar > .toolbar button,
|
|
|
div.code-toolbar > .toolbar span {
|
|
|
- color: #bbb;
|
|
|
+ color: #bbb !important;;
|
|
|
font-size: .8em;
|
|
|
padding: 0 .5em;
|
|
|
- background: #f5f2f0;
|
|
|
+ background: #f5f2f0 !important;;
|
|
|
background: rgba(224, 224, 224, 0.2);
|
|
|
box-shadow: 0 2px 0 0 rgba(0,0,0,0.2);
|
|
|
border-radius: .5em;
|
|
@@ -285,7 +285,7 @@ div.code-toolbar > .toolbar button:hover,
|
|
|
div.code-toolbar > .toolbar button:focus,
|
|
|
div.code-toolbar > .toolbar span:hover,
|
|
|
div.code-toolbar > .toolbar span:focus {
|
|
|
- color: inherit;
|
|
|
+ color: inherit !important;;
|
|
|
text-decoration: none;
|
|
|
}
|
|
|
|