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.
2 parents 1f19f64 + 1c6b843 commit 2d08665Copy full SHA for 2d08665
1 file changed
apps/webapp/app/tailwind.css
@@ -519,7 +519,7 @@
519
520
/* Code block styling */
521
& [data-code-block-container] {
522
- @apply rounded-sm border-charcoal-650 my-0;
+ @apply rounded-sm my-2 border-charcoal-700;
523
}
524
& [data-code-block] {
525
border-top: none;
@@ -591,10 +591,6 @@
591
@apply bg-charcoal-700 font-semibold;
592
593
594
- /* Streamdown code block container */
595
- & [data-code-block-container] {
596
- @apply my-2 border-charcoal-700;
597
- }
598
& [data-code-block-header] {
599
@apply bg-charcoal-800 text-text-dimmed border-b border-charcoal-700;
600
0 commit comments