vendor/assets/stylesheets/prism-duotone-light.css in prism-rails-1.5.1 vs vendor/assets/stylesheets/prism-duotone-light.css in prism-rails-1.5.1.2

- old
+ new

@@ -144,5 +144,25 @@ pre > code.highlight { outline: .4em solid #896724; 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: #ece8de; +} + +.line-numbers-rows > span:before { + color: #cdc4b1; +} + +/* overrides color-values for the Line Highlight plugin + * http://prismjs.com/plugins/line-highlight/ + */ +.line-highlight { + background: rgba(45, 32, 6, 0.2); + background: -webkit-linear-gradient(left, rgba(45, 32, 6, 0.2) 70%, rgba(45, 32, 6, 0)); + background: linear-gradient(to right, rgba(45, 32, 6, 0.2) 70%, rgba(45, 32, 6, 0)); +}