commit e309e64c91b6f14a3f6fe1b1e8cc0d1b2cdf6ab1 Author: hiro hiro@torproject.org Date: Thu Nov 15 15:23:29 2018 +0100
Fix color code typo --- i18n/contents.pot | 2 +- templates/visuals.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/i18n/contents.pot b/i18n/contents.pot index 0a8a1f9..f2332af 100644 --- a/i18n/contents.pot +++ b/i18n/contents.pot @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-11-02 14:19+CET\n" +"POT-Creation-Date: 2018-11-02 14:20+CET\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME EMAIL@ADDRESS\n" "Language-Team: en LL@li.org\n" diff --git a/templates/visuals.html b/templates/visuals.html index a620660..3b9b478 100644 --- a/templates/visuals.html +++ b/templates/visuals.html @@ -27,7 +27,7 @@ <h6 class="pt-3 text-left">Purple</h6> </div> <div class="col-4"> - <div class="rounded pt-5 pl-2 pb-2 mt-3 mb-2 bg-secondary text-white small">#59316B</div> + <div class="rounded pt-5 pl-2 pb-2 mt-3 mb-2 bg-secondary text-white small">#484848</div> <h6 class="pt-3 text-left">Dark Grey</h6> </div> <div class="col-4"> @@ -39,7 +39,7 @@ <h6 class="pt-3 text-left">Grey</h6> </div> <div class="col-4"> - <div class="rounded pt-5 pl-2 pb-2 mt-3 mb-2 bg-dark text-white small">#484848</div> + <div class="rounded pt-5 pl-2 pb-2 mt-3 mb-2 bg-dark text-white small">#59316B</div> <h6 class="pt-3 text-left">Dark Purple</h6> </div> <div class="col-4">
tor-commits@lists.torproject.org