Skip to content

Commit b9eedcf

Browse files
committed
Modify inline code style for references
1 parent e3bd5e4 commit b9eedcf

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)