commit 8fc234363e482e51f78b6f6c3418dbdf3ff167db Author: hiro hiro@torproject.org Date: Thu Nov 15 17:44:30 2018 +0100
Fix typo in color code --- templates/visuals.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/visuals.html b/templates/visuals.html index 3b9b478..3c690f6 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">#484848</div> + <div class="rounded pt-5 pl-2 pb-2 mt-3 mb-2 bg-secondary text-white small">#333A41</div> <h6 class="pt-3 text-left">Dark Grey</h6> </div> <div class="col-4">
tor-commits@lists.torproject.org