File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6363}
6464
6565.Header {
66- @apply flex items-center px-3 py-1 bg-gray-20 text-gray-70 text-xs font-medium tracking-wide rounded-t-xl border-b border-gray-30;
66+ @apply flex items-center px-3 py-1 bg-gray-10 text-gray-70 text-sm font-mono font-medium tracking-wide rounded-t-xl border-b border-gray-30;
6767 min-height : 2.5rem ;
6868}
6969
7070: global (.dark ) .Header {
71- @apply bg-gray-90 text-gray-50 border-gray-80;
71+ @apply bg-gray-90 text-gray-60 border-gray-80;
7272}
7373
7474.Language {
75- @apply uppercase tracking-wider pr-4;
75+ @apply uppercase pr-4 font-mono ;
7676}
7777
7878.CodeBlockContainer pre ,
Original file line number Diff line number Diff line change 44}
55
66.Header {
7- @apply flex items-center px-3 py-1 bg-gray-10 text-gray-70 text-sm font-mono text-sm font-medium tracking-wide rounded-t-md border-b border-gray-30;
7+ @apply flex items-center px-3 py-1 bg-gray-10 text-gray-70 text-sm font-mono font-medium tracking-wide rounded-t-xl border-b border-gray-30;
88 min-height : 2.5rem ;
99}
1010
3030}
3131
3232.Pre {
33- @apply p-6 bg-gray-10 text-gray-80 font-medium rounded-md relative leading-relaxed;
33+ @apply p-6 bg-gray-10 text-gray-80 font-medium rounded-xl relative leading-relaxed;
3434}
3535
3636/* Dark mode background and text for Pre */
You can’t perform that action at this time.
0 commit comments