diff --git a/website/src/css/custom.css b/website/src/css/custom.css index ea43cb37b897..dfaf7962951b 100644 --- a/website/src/css/custom.css +++ b/website/src/css/custom.css @@ -21,6 +21,7 @@ --docusaurus-highlighted-code-line-bg: rgb(0 0 0 / 10%); /* Use a darker color to ensure contrast, ideally we don't need important */ --ifm-breadcrumb-color-active: var(--ifm-color-primary-darker) !important; + --ifm-menu-color-active: var(--ifm-color-primary-darker) !important; } html[data-theme='dark'] { diff --git a/website/src/utils/prismLight.mjs b/website/src/utils/prismLight.mjs index c23a4aebc3c9..1000d8882623 100644 --- a/website/src/utils/prismLight.mjs +++ b/website/src/utils/prismLight.mjs @@ -90,5 +90,11 @@ export default { color: '#E36209', }, }, + { + types: ['comment'], + style: { + color: '#6B6B6B', + }, + }, ], };