Add component icons

This commit is contained in:
Jeremy Thomas
2018-04-11 15:43:26 +01:00
parent 8a97737793
commit 4380aacda6
4 changed files with 38 additions and 7 deletions

View File

@@ -10295,6 +10295,12 @@ svg {
text-align: center;
}
.bd-index-header a,
.bd-index-header strong {
transition-duration: 86ms;
transition-property: color;
}
.bd-index-header a {
color: currentColor;
}
@@ -10304,7 +10310,7 @@ svg {
}
.bd-index-header a:hover strong {
color: currentColor;
color: #3273dc;
}
.bd-index-header strong {