mirror of
https://github.com/discourse/discourse.git
synced 2025-03-27 02:15:38 +08:00
Missing # in email colors
This commit is contained in:
parent
3842097698
commit
5fd5b18c19
@ -62,8 +62,8 @@ module Email
|
||||
|
||||
style('span.post-count', 'margin: 0 5px; color: #777;')
|
||||
style('pre', 'white-space: pre-wrap')
|
||||
style('code', 'background-color: f1f1ff; padding: 2px 5px;')
|
||||
style('pre code', 'display: block; background-color: f1f1ff; padding: 5px')
|
||||
style('code', 'background-color: #f1f1ff; padding: 2px 5px;')
|
||||
style('pre code', 'display: block; background-color: #f1f1ff; padding: 5px')
|
||||
end
|
||||
|
||||
def to_html
|
||||
|
Loading…
x
Reference in New Issue
Block a user