Skip to content

Commit

Permalink
New design!
Browse files Browse the repository at this point in the history
  • Loading branch information
aapelix committed Jan 2, 2025
1 parent c4d36c5 commit 8ab11e4
Show file tree
Hide file tree
Showing 6 changed files with 760 additions and 170 deletions.
11 changes: 11 additions & 0 deletions app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,15 @@ body {
body {
@apply bg-background text-foreground;
}
}

.mask-gradient {
mask-image: linear-gradient(to bottom, transparent, black 15%, black 85%, transparent);
-webkit-mask-image: linear-gradient(to bottom, transparent, black 15%, black 85%, transparent);
}

.bg-grid-white {
background-size: 40px 40px;
background-image: linear-gradient(to right, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
}
Loading

0 comments on commit 8ab11e4

Please sign in to comment.