Skip to content

Commit 23e2072

Browse files
authored
[6.x] Match the text color of Bard fields with markdown fields (#12177)
Match text color of bard field with markdown field
1 parent d62873f commit 23e2072

File tree

1 file changed

+1
-1
lines changed
  • resources/css/components/fieldtypes

1 file changed

+1
-1
lines changed

resources/css/components/fieldtypes/bard.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@
256256
}
257257

258258
.bard-fieldtype .bard-content {
259-
@apply text-gray-600 dark:text-gray-300;
259+
@apply text-gray-900 dark:text-gray-300;
260260
blockquote,
261261
ol,
262262
p,

0 commit comments

Comments
 (0)