Skip to content

Commit

Permalink
Added black border around space.
Browse files Browse the repository at this point in the history
  • Loading branch information
evankirkiles committed Nov 24, 2022
1 parent f44a631 commit 7f21953
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/components/Space/Space.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,17 @@
touch-action: none;
user-select: none;
}

&:after {
content: '';
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
box-shadow: inset 0px 0px 20px 10px rgba(0, 0, 0, 1);
pointer-events: none;
}
}

@keyframes fadeup {
Expand Down

1 comment on commit 7f21953

@vercel
Copy link

@vercel vercel bot commented on 7f21953 Nov 24, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.