Skip to content

Commit

Permalink
Consolidate dfn styling and a styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Rikthepixel committed Oct 20, 2024
1 parent 2e8c95f commit c616d3b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,16 @@
@apply font-medium;
}

main a,
main dfn {
@apply underline underline-offset-2 decoration-2 p-0 transition-opacity hover:opacity-75;
}

main a {
@apply underline underline-offset-2 decoration-2 decoration-indigo-500 p-0 transition-opacity hover:opacity-75 active:opacity-60;
@apply decoration-indigo-500 active:opacity-60;
}

main dfn {
@apply underline underline-offset-2 decoration-2 decoration-blue-400 hover:opacity-75 transition-opacity;
@apply decoration-blue-400;
}
}

0 comments on commit c616d3b

Please sign in to comment.