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 c34e948 commit a9bd5e2Copy full SHA for a9bd5e2
packages/site-kit/src/lib/styles/text.css
@@ -1,3 +1,5 @@
1
+/* TODO all this should probably be moved into Text.svelte */
2
+
3
.language-diff :where(.inserted, .deleted) {
4
position: relative;
5
}
@@ -41,15 +43,6 @@
41
43
border-radius: var(--sk-border-radius);
42
44
45
-.ts-block {
- margin: 1em 0;
46
- max-width: var(--sk-line-max-width);
47
- background: var(--sk-code-ts-bg);
48
- border-radius: var(--sk-border-radius);
49
- filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.08));
50
- overflow: hidden;
51
-}
52
-
53
.ts-block > pre {
54
--shiki-color-background: var(--sk-code-ts-bg);
55
margin: 0;
0 commit comments