shithub: hugo

Download patch

ref: 946ad9c2c33a0906e4ed77a1abd7786017db9f05
parent: f5157566ef62b9bd83bdda6895c53679b53e296b
author: spf13 <[email protected]>
date: Wed Aug 20 10:19:15 EDT 2014

Making the links stand out more

--- a/docs/static/css/bootstrap-theme.css
+++ b/docs/static/css/bootstrap-theme.css
@@ -222,12 +222,12 @@
   background-image: none;
 }
 a {
-  color: #007aff;
+  color: #ff4088;
   text-decoration: none;
 }
 a:hover,
 a:focus {
-  color: #0055b3;
+  color: #ff4088;
   text-decoration: underline;
 }
 a:focus {
@@ -842,6 +842,7 @@
 .hidden-xs {
   display: block !important;
 }
+
 @media (max-width: 767px) {
   .hidden-xs {
     display: none !important;
--- a/docs/static/css/style.css
+++ b/docs/static/css/style.css
@@ -124,14 +124,18 @@
     outline: none;
     outline: 0;
 }
+
+.panel-body a:hover {
+    text-decoration: underline;
+}
 input:focus, textarea:focus { outline: none; }
 *:focus {outline: none;}
 ::selection {
-    background: #007AFF;
+    background: #ff4088;
     color: #fff;
 }
 ::-moz-selection {
-    background: #007AFF;
+    background: #ff4088;
     color: #fff;
 }
 
@@ -195,7 +199,7 @@
 }
 
 ul.sidebar-menu li ul.sub li a:hover, ul.sidebar-menu li ul.sub li.active a {
-    color: #007AFF;
+    color: #ff4088;
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
@@ -238,7 +242,7 @@
 
 ul.sidebar-menu li.active a, ul.sidebar-menu li a:hover, ul.sidebar-menu li a:focus {
     background: #eeeeee;
-    color: #007AFF;
+    color: #ff4088;
     display: block;
     /*border-radius: 4px;
     -webkit-border-radius: 4px;*/
@@ -249,24 +253,24 @@
     transition: all 0.3s ease;        
 }
 ul.sidebar-menu li a:hover, ul.sidebar-menu li a:focus {
-    border-bottom: 1px solid #007AFF;
+    border-bottom: 1px solid #ff4088;
 }
 /*ul.sidebar-menu li.active a,*/ ul.sidebar-menu .sub-menu li.active a{
-    border-bottom: 1px solid #007AFF;   
+    border-bottom: 1px solid #ff4088;   
 }
 
 ul.sidebar-menu li a i {
     font-size: 18px;
     padding-right: 6px;
-    /*color: #007AFF;*/
+    /*color: #ff4088;*/
 }
 
 ul.sidebar-menu li a:hover i, ul.sidebar-menu li a:focus i {
-    color: #007AFF;
+    color: #ff4088;
 }
 
 ul.sidebar-menu li.active a i {
-    color: #007AFF;
+    color: #ff4088;
 }