summaryrefslogtreecommitdiff
path: root/lib/overwrite.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/overwrite.rb')
-rw-r--r--lib/overwrite.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/overwrite.rb b/lib/overwrite.rb
index 6a71338..fbe8f7d 100644
--- a/lib/overwrite.rb
+++ b/lib/overwrite.rb
@@ -53,7 +53,7 @@ class String
html << "<h3>Description</h3><pre><p>"+description.link_urls+"</p></pre>" if description
html << "<h3>Related links</h3><pre><p>"+related_links.link_urls+"</p></pre>" if related_links
html << "<h3>Content</h3>" if description || related_links
- html << "<pre><p style=\"padding:15px; border:10px solid \#B9DCFF\">"
+ html << "<pre><p style=\"padding:15px; border:10px solid \#DBC87B\">"
html << "<img src=\"data:image/png;base64,#{Base64.encode64(png_image)}\">\n" if png_image
html << self.link_urls
html << "</p></pre></body></html>"