diff --git a/crowdsec-docs/src/css/custom.css b/crowdsec-docs/src/css/custom.css index 98b9f3d6e..1331440d1 100644 --- a/crowdsec-docs/src/css/custom.css +++ b/crowdsec-docs/src/css/custom.css @@ -21,11 +21,11 @@ body, #__docusaurus { - @apply bg-neutral-950 text-foreground; + @apply bg-background text-foreground; } .theme-doc-sidebar-container { - @apply bg-neutral-900; + @apply bg-card; } html[data-theme="light"] .menu__link--active {