Skip to content

Commit

Permalink
Update docs CSS for doxygen fork update
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyRyabinin committed Jul 14, 2023
1 parent a351cd6 commit a4fccfa
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/doxygen/static/aws-cpp-sdk.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,15 @@ div.memberdecls .memSeparator {
transition: none;
}

div.memproto div.memname,
div.memproto span {
font-family: var(--font-family-monospace) !important;
color: var(--page-foreground-color);
font-size: var(--memname-font-size);
text-shadow: none;
}

div.memproto span.paramname {
font-weight: 600;
color: var(--primary-dark-color);
}

0 comments on commit a4fccfa

Please sign in to comment.