Skip to content

Commit a9bd5e2

Browse files
committed
fix
1 parent c34e948 commit a9bd5e2

File tree

1 file changed

+2
-9
lines changed
  • packages/site-kit/src/lib/styles

1 file changed

+2
-9
lines changed

packages/site-kit/src/lib/styles/text.css

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* TODO all this should probably be moved into Text.svelte */
2+
13
.language-diff :where(.inserted, .deleted) {
24
position: relative;
35
}
@@ -41,15 +43,6 @@
4143
border-radius: var(--sk-border-radius);
4244
}
4345

44-
.ts-block {
45-
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-
5346
.ts-block > pre {
5447
--shiki-color-background: var(--sk-code-ts-bg);
5548
margin: 0;

0 commit comments

Comments
 (0)