mirror of https://github.com/status-im/consul.git
Do not underline API doc links
This commit is contained in:
parent
b0045c4e13
commit
b5d5af813a
|
@ -159,6 +159,15 @@ body.layout-intro{
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
li p a, li a {
|
||||||
|
text-decoration: none;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
cursor: default;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
pre{
|
pre{
|
||||||
margin: 0 0 18px;
|
margin: 0 0 18px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -25,6 +25,3 @@
|
||||||
@import "_community";
|
@import "_community";
|
||||||
@import "_docs";
|
@import "_docs";
|
||||||
@import "_downloads";
|
@import "_downloads";
|
||||||
|
|
||||||
// Components w/ JavaScript
|
|
||||||
/*@import "modals.less";*/
|
|
||||||
|
|
Loading…
Reference in New Issue