vendor/assets/stylesheets/prism-duotone-forest.css in prism-rails-1.5.1 vs vendor/assets/stylesheets/prism-duotone-forest.css in prism-rails-1.5.1.2
- old
+ new
@@ -144,5 +144,25 @@
pre > code.highlight {
outline: .4em solid #5c705c;
outline-offset: .4em;
}
+
+/* overrides color-values for the Line Numbers plugin
+ * http://prismjs.com/plugins/line-numbers/
+ */
+.line-numbers .line-numbers-rows {
+ border-right-color: #2c302c;
+}
+
+.line-numbers-rows > span:before {
+ color: #3b423b;
+}
+
+/* overrides color-values for the Line Highlight plugin
+* http://prismjs.com/plugins/line-highlight/
+*/
+.line-highlight {
+ background: rgba(162, 179, 77, 0.2);
+ background: -webkit-linear-gradient(left, rgba(162, 179, 77, 0.2) 70%, rgba(162, 179, 77, 0));
+ background: linear-gradient(to right, rgba(162, 179, 77, 0.2) 70%, rgba(162, 179, 77, 0));
+}