Skip to content

Commit 6f70d6f

Browse files
committed
Add a little CSS fix for Kapa CTAs in dark mode
1 parent 070c0ba commit 6f70d6f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docusaurus/src/scss/kapa.scss

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,12 @@
164164
}
165165
}
166166

167+
168+
.mantine-Alert-root {
169+
background-color: transparent;
170+
border: solid 1px var(--strapi-neutral-200);
171+
}
172+
167173
// Disclaimer
168174

169175
.mantine-Modal-body>.mantine-Modal-body>div:first-of-type>div:first-of-type {
@@ -200,4 +206,4 @@
200206
background-color: var(--strapi-neutral-150) !important;
201207
}
202208
}
203-
}
209+
}

0 commit comments

Comments
 (0)