vendor/assets/stylesheets/code.css.scss in flashgrid-1.0.20 vs vendor/assets/stylesheets/code.css.scss in flashgrid-1.0.21

- old
+ new

@@ -5,11 +5,11 @@ #Pygments */ /* #Code ================================================== */ code { - background-color: rgba(236,238,241,1); + background: rgba(236,238,241,1); border-radius: 2px; color: rgba(43,50,53,1); font-family: Monaco, Menlo, Consolas, "Courier New", monospace; font-size: 12px; line-height: 20px; @@ -21,11 +21,11 @@ } /* #Pre ================================================== */ pre { - background-color: rgba(236,238,241,1); + background: rgba(236,238,241,1); border-radius: 3px; color: rgba(43,50,53,1); display: block; font-family: Monaco, Menlo, Consolas, "Courier New", monospace; font-size: 12px; @@ -47,10 +47,10 @@ color: rgba(158,171,179,1); font-style: italic; } /* Comment */ .err { color: rgba(254,79,50,1); - background-color: rgba(71,74,84,1); + background: rgba(71,74,84,1); } /* Error */ .k { color: rgba(58,144,216,1); } /* Keyword */ .cm { color: rgba(158,171,179,1); font-style: italic; \ No newline at end of file