Index: chrome/common/extensions/docs/static/sass/_html.scss |
diff --git a/chrome/common/extensions/docs/static/sass/_html.scss b/chrome/common/extensions/docs/static/sass/_html.scss |
index 3fb2ecfce578b7733e26c208311ad363d4af0156..82918bbfd778950963e0b7654d1ae82dbb9ee834 100644 |
--- a/chrome/common/extensions/docs/static/sass/_html.scss |
+++ b/chrome/common/extensions/docs/static/sass/_html.scss |
@@ -132,6 +132,10 @@ pre { |
@include background-image(linear-gradient(top, #008dfd 30%,#0370ea 100%)); |
cursor: pointer; |
} |
+ |
+ a { |
+ color: inherit !important; |
+ } |
} |
.button-alt { |
@@ -372,7 +376,7 @@ pre { |
} |
.toggleIndicator { |
- background: url(../images/toggle_sprite.png) no-repeat 0 0; |
+ background: url(../../images/toggle_sprite.png) no-repeat 0 0; |
height: 8px; |
position: absolute; |
right: 0; |