Skip to content

Commit

Permalink
Add a little CSS fix for Kapa CTAs in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
pwizla committed Dec 18, 2024
1 parent 070c0ba commit 6f70d6f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docusaurus/src/scss/kapa.scss
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,12 @@
}
}


.mantine-Alert-root {
background-color: transparent;
border: solid 1px var(--strapi-neutral-200);
}

// Disclaimer

.mantine-Modal-body>.mantine-Modal-body>div:first-of-type>div:first-of-type {
Expand Down Expand Up @@ -200,4 +206,4 @@
background-color: var(--strapi-neutral-150) !important;
}
}
}
}

0 comments on commit 6f70d6f

Please sign in to comment.