FEATURE: Green/red background for ins/del elements

This commit is contained in:
Kane York 2015-08-20 15:10:09 -07:00
parent aaccb73a3b
commit fad5af0f7d
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,8 @@
h1, h2, h3, h4, h5, h6 { margin: 30px 0 10px; }
h1 { line-height: 1em; } /* normalize.css sets h1 font size but not line height */
a { word-wrap: break-word; }
ins { background-color: dark-light-choose(scale-color($success, $lightness: 90%), scale-color($success, $lightness: -60%)); }
del { background-color: dark-light-choose(scale-color($danger, $lightness: 90%), scale-color($danger, $lightness: -60%)); }
}