mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-13 07:24:38 -04:00
FEATURE: Green/red background for ins/del elements
This commit is contained in:
parent
aaccb73a3b
commit
fad5af0f7d
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue