commit 92e9791d1dfd581e85354396e6828b3753f0ae7a Author: hiro hiro@torproject.org Date: Fri Nov 2 14:14:53 2018 +0100
Switch color labels --- templates/visuals.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/templates/visuals.html b/templates/visuals.html index 0d4c7df..8b3bce0 100644 --- a/templates/visuals.html +++ b/templates/visuals.html @@ -28,7 +28,7 @@ </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> - <h6 class="pt-3 text-left">Dark Purple</h6> + <h6 class="pt-3 text-left">Dark Gray</h6> </div> <div class="col-4"> <div class="rounded pt-5 pl-2 pb-2 mt-3 mb-2 bg-success text-white small">#68B030</div> @@ -40,7 +40,7 @@ </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> - <h6 class="pt-3 text-left">Dark Grey</h6> + <h6 class="pt-3 text-left">Dark Purple</h6> </div> <div class="col-4"> <div class="rounded pt-5 pl-2 pb-2 mt-3 mb-2 bg-white text-black small border">#FFFFFF</div>
tor-commits@lists.torproject.org