We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 928b17a commit cfe2174Copy full SHA for cfe2174
resources/css/components/fieldtypes/bard.css
@@ -9,7 +9,7 @@
9
=================================================== */
10
@layer ui {
11
.bard-editor {
12
- @apply relative rounded-sm p-0 text-gray-900 dark:bg-gray-900 dark:text-gray-100;
+ @apply relative rounded-b-lg p-0 text-gray-900 dark:bg-gray-900 dark:text-gray-100;
13
/* The focus state inherits this */
14
> * {
15
@apply rounded-b-lg;
@@ -256,7 +256,7 @@
256
}
257
258
.bard-fieldtype .bard-content {
259
- @apply text-gray-900 dark:text-gray-300;
+ @apply text-gray-900 dark:text-gray-300 bg-white dark:bg-gray-950 rounded-b-lg;
260
blockquote,
261
ol,
262
p,
0 commit comments