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 2e8e90a commit 0f7acc8Copy full SHA for 0f7acc8
components/blocks/code.module.css
@@ -37,7 +37,16 @@
37
@apply opacity-100;
38
}
39
40
-/* Code block adjustments */
+/* Line numbers */
41
+.Container span:global(.line-numbers-rows) {
42
+ @apply -top-[2px];
43
+}
44
+
45
+.Container span:global(.line-numbers-rows) > span {
46
+ @apply text-base leading-relaxed;
47
48
49
+/* Code block styles */
50
.Container pre code :global(.operator) {
51
@apply text-yellow-50;
52
@@ -75,7 +84,7 @@
75
84
@apply inline;
76
85
77
86
78
-/* Dark mode adjustments */
87
+/* Dark mode styles */
79
88
:global(.dark) .Container pre code :global(.operator),
80
89
:global(.dark) .Container pre code :global(.decorator) {
81
90
@apply text-yellow-80;
0 commit comments