Angular API documentation: Adds styling for <code> elements

This commit is contained in:
Anders Bjerner
2019-10-31 20:03:56 +01:00
committed by GitHub
parent a873c9188f
commit c47ea58d10

View File

@@ -76,3 +76,12 @@ a:hover {
width: 50px;
margin-top: 5px;
}
.content .methods code {
border: 1px solid #e1e1e8;
background-color: #f7f7f9;
padding: 0px 3px;
font-size: 85%;
color: #d14;
white-space: nowrap;
}