Browse Source

Theme Rtd's: added @almasaeed2010's suggestions.

Lacey Sanderson 6 years ago
parent
commit
ffd12f7f71
1 changed files with 3 additions and 2 deletions
  1. 3 2
      docs/_static/theme_overrides.css

+ 3 - 2
docs/_static/theme_overrides.css

@@ -30,8 +30,6 @@ See: https://rackerlabs.github.io/docs-rackspace/tools/rtd-tables.html
   background-image: url("hexagon_pattern.png") !important;
   background-repeat: repeat !important;
   background: -webkit-linear-gradient(left, $light-grey , $gray-base) !important;
-  background: -o-linear-gradient(right, $light-grey, $gray-base) !important;
-  background: -moz-linear-gradient(right, $light-grey, $gray-base) !important;
   background: linear-gradient(to right, $light-grey , $gray-base) !important;
 }
 /* Logo */
@@ -83,6 +81,9 @@ a, a:hover {
 a:visited {
   color: #cc0000;
 }
+a.icon-home:visited {
+  color: #ffffff;
+}
 /* Code blocks */
 .highlight {
   background: #e1f0db;