Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
emilkowalski committed Jun 10, 2024
1 parent 8d716a4 commit 1d645ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@
border: 1px solid var(--normal-border);
color: var(--normal-text);
border-radius: var(--border-radius);
box-shadow: 0 1px 1px -0.5px rgba(0, 0, 0, 0.03), 0 3px 3px -1.5px rgba(0, 0, 0, 0.03),
0 6px 6px -3px rgba(0, 0, 0, 0.03), 0 12px 12px -6px rgba(0, 0, 0, 0.03), 0 24px 24px -12px rgba(0, 0, 0, 0.03),
box-shadow: 0 1px 1px -0.5px rgba(0, 0, 0, 0.025), 0 3px 3px -1.5px rgba(0, 0, 0, 0.025),
0 6px 6px -3px rgba(0, 0, 0, 0.025), 0 12px 12px -6px rgba(0, 0, 0, 0.025), 0 24px 24px -12px rgba(0, 0, 0, 0.025),
0 -8px 8px -8px rgba(0, 0, 0, var(--depth-shadow-opacity));
border: 1px solid rgba(0, 0, 0, var(--border-opacity));
background-clip: padding-box;
Expand Down

0 comments on commit 1d645ea

Please sign in to comment.