]> git.openstreetmap.org Git - rails.git/commitdiff
Tweak default link color
authorJohn Firebaugh <john.firebaugh@gmail.com>
Mon, 11 Nov 2013 23:39:43 +0000 (15:39 -0800)
committerJohn Firebaugh <john.firebaugh@gmail.com>
Mon, 11 Nov 2013 23:39:43 +0000 (15:39 -0800)
app/assets/stylesheets/common.css.scss

index 2fda3a53daff75240c7f033050fa667b64cbfebb..e8b5a8238709012b37f53fe9241ce0c42f895898 100644 (file)
@@ -176,7 +176,7 @@ small, aside {
 /* Rules for links */
 
 a {
-  color: #00f;
+  color: #24d;
   text-decoration: none;
   -webkit-appearance: none;
   outline: 0;