app/components/lookbook/code/component.css in lookbook-1.3.1 vs app/components/lookbook/code/component.css in lookbook-1.3.3
- old
+ new
@@ -1,6 +1,6 @@
-@import "./highlight_github_light.css";
+@import "./highlight_github.css";
@layer components {
[data-component="code"] {
@apply text-sm px-4 overflow-x-hidden;
@@ -23,10 +23,10 @@
@apply grid h-full w-full relative;
}
& .line-numbers {
width: min-content;
- @apply bg-white border-r border-dashed border-lookbook-divider z-10 h-full p-3 select-none text-gray-400 text-right;
+ @apply border-r border-dashed z-10 h-full p-3 select-none text-right;
}
& .line-number {
min-width: 1.4em;
@apply text-xs block pt-[4px];