Skip to content

Commit ef5b0f4

Browse files
committed
css: Fix fonts on api index page navigation
1 parent b47ba2c commit ef5b0f4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

doc/api_assets/style.css

+5-2
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ p {
7575
text-rendering: optimizeLegibility;
7676
}
7777

78-
.apidoc p {
78+
.apidoc #apicontent p, .apidoc #apicontent li {
7979
font-size: 15px;
8080
line-height: 22px;
8181
color: #000;
@@ -280,7 +280,7 @@ hr {
280280
margin: 1em 0 2em;
281281
}
282282

283-
#toc ul, #api-section-index ul li, #api-section-index ul {
283+
#toc ul, #api-section-index #apicontent ul li, #api-section-index #apicontent ul {
284284
font-family: Georgia, FreeSerif, Times, serif;
285285
color:#666!important;
286286
}
@@ -422,6 +422,9 @@ a.anchor {
422422
line-height:1em;
423423
padding: 0 0 0 195px;
424424
color: #666;
425+
}
426+
427+
#footer p, #footer li {
425428
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif;
426429
}
427430

0 commit comments

Comments
 (0)