Skip to content

Commit

Permalink
fix: show pointer cursor when hovering over spoiler headers in markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
sunaurus committed Mar 30, 2024
1 parent 7cc2412 commit 718e84e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
@tailwind components;
@tailwind utilities;

/*
Spoiler tags in markdown
*/

summary {
cursor: pointer;
}

/*
Input pseudo elements
*/
Expand Down

0 comments on commit 718e84e

Please sign in to comment.