Skip to content

Commit c272a4d

Browse files
committed
fix 💄 doc colors background
1 parent ce97800 commit c272a4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crowdsec-docs/src/css/custom.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121

2222
body,
2323
#__docusaurus {
24-
@apply bg-neutral-950 text-foreground;
24+
@apply bg-background text-foreground;
2525
}
2626

2727
.theme-doc-sidebar-container {
28-
@apply bg-neutral-900;
28+
@apply bg-card;
2929
}
3030

3131
html[data-theme="light"] .menu__link--active {

0 commit comments

Comments
 (0)