Skip to content

Commit 314dd1a

Browse files
style: fix file tree css
1 parent 6058fa5 commit 314dd1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/styles.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,8 @@ tr td span.table-code-asterisk {
207207
}
208208

209209
.file-tree {
210-
background: var(--code-background);
211-
border: 4px solid rgba(var(--background-2dp), 0.8);
210+
background: var(--background-1dp);
211+
border: 4px solid color-mix(in srgb,var(--background-3dp),#0000 50%);
212212
margin: 40px 0;
213213
padding: 16px 32px;
214214

0 commit comments

Comments
 (0)