Skip to content

Commit 3c4cb83

Browse files
authored
Merge pull request #1413 from nickmcintyre/main
Modify inline code style for references
2 parents e3bd5e4 + b9eedcf commit 3c4cb83

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/assets/css/main.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -664,6 +664,16 @@ div.reference-subgroup {
664664
color: #ed225d;
665665
}
666666

667+
/* INLINE CODE IN REF */
668+
669+
.apidocs .description code,
670+
.apidocs .paramtype code {
671+
font-size: 0.7em;
672+
background-color: #eee;
673+
padding: 0.2em;
674+
border-radius: 3px;
675+
}
676+
667677
/* EXAMPLES IN REF */
668678

669679
.example div {

0 commit comments

Comments
 (0)