[PATCH] templates: make the feed icon white, not yellow

Andrew Shadura andrew at shadura.me
Wed Feb 25 08:13:21 EST 2015


# HG changeset patch
# User Andrew Shadura <andrew at shadura.me>
# Date 1424869902 -3600
#      Wed Feb 25 14:11:42 2015 +0100
# Node ID ec3e03b19634c951f5d20fa1bdd890fef94babef
# Parent  5b85679c832b1de3471ed3c62a555d22cbad0c33
templates: make the feed icon white, not yellow

diff --git a/kallithea/templates/journal/public_journal.html b/kallithea/templates/journal/public_journal.html
--- a/kallithea/templates/journal/public_journal.html
+++ b/kallithea/templates/journal/public_journal.html
@@ -22,7 +22,7 @@
       <ul class="links icon-only-links">
      <li>
        <span>
-         <a href="${h.url('public_journal_atom')}"> <i class="icon-rss-squared" style="color: #fa9b39"></i></a>
+         <a href="${h.url('public_journal_atom')}"> <i class="icon-rss-squared"></i></a>
        </span>
      </li>
      </ul>


More information about the kallithea-general mailing list