mirror of
https://github.com/discourse/discourse.git
synced 2025-04-01 09:05:56 +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('span.post-count', 'margin: 0 5px; color: #777;')
|
||||||
style('pre', 'white-space: pre-wrap')
|
style('pre', 'white-space: pre-wrap')
|
||||||
style('code', 'background-color: f1f1ff; padding: 2px 5px;')
|
style('code', 'background-color: #f1f1ff; padding: 2px 5px;')
|
||||||
style('pre code', 'display: block; background-color: f1f1ff; padding: 5px')
|
style('pre code', 'display: block; background-color: #f1f1ff; padding: 5px')
|
||||||
end
|
end
|
||||||
|
|
||||||
def to_html
|
def to_html
|
||||||
|
Loading…
x
Reference in New Issue
Block a user