vendor/assets/stylesheets/prism.css in prism-rails-1.6.0.3 vs vendor/assets/stylesheets/prism.css in prism-rails-1.19.0
- old
+ new
@@ -8,10 +8,11 @@
pre[class*="language-"] {
color: black;
background: none;
text-shadow: 0 1px white;
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
+ font-size: 1em;
text-align: left;
white-space: pre;
word-spacing: normal;
word-break: normal;
word-wrap: normal;
@@ -74,11 +75,11 @@
.token.punctuation {
color: #999;
}
-.namespace {
+.token.namespace {
opacity: .7;
}
.token.property,
.token.tag,
@@ -102,20 +103,21 @@
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
- color: #a67f59;
+ color: #9a6e3a;
background: hsla(0, 0%, 100%, .5);
}
.token.atrule,
.token.attr-value,
.token.keyword {
color: #07a;
}
-.token.function {
+.token.function,
+.token.class-name {
color: #DD4A68;
}
.token.regex,
.token.important,