]> BookStack Code Mirror - bookstack/blobdiff - resources/assets/sass/_pages.scss
replace GPL diff lib with MIT lib
[bookstack] / resources / assets / sass / _pages.scss
index 2a27fadb9dbb0084badde3cf77ddf9ad9a8a471c..562bc9a4788ba66d4030bd9f82933ef9b3719cd3 100755 (executable)
   }
 
   // diffs
-  .diff-html-removed,
-  .diff-html-added {
+  ins,
+  del {
     text-decoration: none;
   }
-  .diff-html-added {
-    background: rgba(45, 255, 0, 0.2);
+  ins {
+    background: #dbffdb;
   }
-  .diff-html-removed {
-    background: rgba(255, 0, 0, 0.2);
+  del {
+    background: #FFECEC;
   }
 }