Browse Source

Tweak link style

Kevin Sawicki 9 years ago
parent
commit
c6edab0950
1 changed files with 3 additions and 6 deletions
  1. 3 6
      default_app/index.html

+ 3 - 6
default_app/index.html

@@ -46,13 +46,10 @@
       vertical-align: middle !important;
     }
 
-    a {
-      color: #39AEC6;
-      text-decoration: none;
-    }
-
+    a,
     a:hover {
-      text-decoration: underline;
+      color: #2ab0cb;
+      text-decoration: none;
     }
 
     pre, code {