Skip to content

Commit 2176fb3

Browse files
author
Rich Harris
committed
fix arrow colour
1 parent a5095e1 commit 2176fb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/tutorial/[slug]/filetree/File.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
height: 1rem;
6565
top: 0.1rem;
6666
right: calc(-2.6rem - 2px);
67-
background-color: var(--sk-back-1);
67+
background-color: var(--sk-back-3);
6868
border: 1px solid var(--sk-back-4);
6969
transform: translate(0, 0.2rem) rotate(45deg);
7070
z-index: 2;

0 commit comments

Comments
 (0)