FEATURE: Green/red background for ins/del elements
This commit is contained in:
parent
aaccb73a3b
commit
fad5af0f7d
|
@ -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%)); }
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue