Skip to content

Commit

Permalink
style: fix file tree css
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Aug 12, 2024
1 parent 6058fa5 commit 314dd1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,8 @@ tr td span.table-code-asterisk {
}

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

Expand Down

0 comments on commit 314dd1a

Please sign in to comment.