mirror of
https://github.com/discourse/discourse.git
synced 2025-06-07 07:34:40 +08:00
FEATURE: Green/red background for ins/del elements
This commit is contained in:
@ -31,6 +31,8 @@
|
|||||||
h1, h2, h3, h4, h5, h6 { margin: 30px 0 10px; }
|
h1, h2, h3, h4, h5, h6 { margin: 30px 0 10px; }
|
||||||
h1 { line-height: 1em; } /* normalize.css sets h1 font size but not line height */
|
h1 { line-height: 1em; } /* normalize.css sets h1 font size but not line height */
|
||||||
a { word-wrap: break-word; }
|
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%)); }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user