Skip to content

Commit 664d5d8

Browse files
committed
Change dropdown item font color
Change dropdown item font color to match the default color of other fonts in Docusaurus.
1 parent a44b781 commit 664d5d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ html[data-theme="dark"] .tooltip-glossary {
324324
}
325325

326326
.supportDropdownContent a {
327-
color: black;
327+
color: var(--ifm-dropdown-link-color);
328328
display: block;
329329
margin: 4px 10px;
330330
padding: 4px 10px;

0 commit comments

Comments
 (0)