[tor-commits] [atlas/master] Make the `Learn more` button more prominent

irl at torproject.org irl at torproject.org
Tue May 2 22:04:49 UTC 2017


commit ae5673e61758526b87acd15cc76505c6b5b92194
Author: cypherpunks <cypherpunks at torproject.org>
Date:   Mon Apr 24 17:47:38 2017 +0000

    Make the `Learn more` button more prominent
    
    The changes to make the button more prominent include using primary
    button styling which changes the colour to a darker blue and removing
    the guillemet.
    
    Additionally, the learn-more class is removed from the button because
    this class is unused.
---
 templates/search/main.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/search/main.html b/templates/search/main.html
index 6060dae..6c8508a 100644
--- a/templates/search/main.html
+++ b/templates/search/main.html
@@ -2,7 +2,7 @@
         <div class="hero-unit">
             <h1>Welcome to Atlas.</h1>
             <p>Atlas is a web application to learn about currently running Tor relays. Enter your search in the above box to get started.</p>
-            <p class="learn-more"><a class="btn btn-info btn-large" href="#about">Learn more ยป</a></p>
+            <p><a class="btn btn-primary btn-large" href="#about">Learn more</a></p>
         </div>
     </div>
 



More information about the tor-commits mailing list