Skip to content

Commit

Permalink
Removed fancy-link styles from globals.css
Browse files Browse the repository at this point in the history
  • Loading branch information
amankumarconnect authored Oct 21, 2024
1 parent a9ec13b commit 7a38bd7
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,6 @@ body {
@apply bg-white bg-gradient-to-r text-neutral-800 dark:bg-neutral-900 dark:text-white;
}

.fancy-link {
@apply cursor-pointer bg-gradient-to-r from-orange-400 to-pink-600 bg-clip-text tracking-wide text-transparent;
}

.fancy-link:hover {
@apply from-orange-300 to-pink-500;
}

.prose {
@apply prose-neutral dark:prose-invert lg:prose-lg;

Expand Down

0 comments on commit 7a38bd7

Please sign in to comment.