- set text decoration on link globally
- only override text decoration on link where necessary
margin: 0;
}
+a {
+ text-decoration: none;
+}
+
+a:hover {
+ text-decoration: underline;
+}
+
code,
pre {
font-family: 'Roboto Mono', monospace;
color: #1565c0;
}
-.doc a {
- text-decoration: none;
-}
-
.doc a:hover {
color: #104d92;
- text-decoration: underline;
}
.doc b,
.footer a {
color: #5d5d5d;
- text-decoration: none;
-}
-
-.footer a:hover {
- text-decoration: underline;
}
.navigation-explore .component .version a {
color: #4a4a4a;
- text-decoration: none;
white-space: nowrap;
}
content: ' (latest)';
}
-.navigation-explore .component .version a:hover {
- text-decoration: underline;
-}
-
.navigation-explore .component .version + .version {
padding-left: 0.5em;
}
padding: 0.125rem 0.5rem 0.25rem;
}
-.nav-menu a {
+.nav-menu a,
+.nav-menu a:visited {
color: inherit;
- text-decoration: none;
-}
-
-.nav-menu a:hover {
- text-decoration: underline;
}
.nav-list {
.page-versions .version.is-missing {
color: #8e8e8e;
- text-decoration: none;
font-style: italic;
+ text-decoration: none;
}
z-index: 1;
}
-.toolbar a {
- text-decoration: none;
-}
-
.toolbar a,
-.toolbar a:hover,
.toolbar a:visited {
color: inherit;
}
-.toolbar a:hover {
- text-decoration: underline;
-}
-
.navigation-toggle {
background: url(../img/menu.svg) no-repeat 50% 47.5%;
background-size: 49%;