From f6ffa2829863ed6fe4451e263fa7791df9e67eaf Mon Sep 17 00:00:00 2001 From: SergeyRyabinin Date: Fri, 14 Jul 2023 19:08:43 +0000 Subject: [PATCH] Update docs CSS for doxygen fork update --- docs/doxygen/static/aws-cpp-sdk.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/doxygen/static/aws-cpp-sdk.css b/docs/doxygen/static/aws-cpp-sdk.css index 64ee3d99a2c..31a944db393 100644 --- a/docs/doxygen/static/aws-cpp-sdk.css +++ b/docs/doxygen/static/aws-cpp-sdk.css @@ -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); +} \ No newline at end of file