Skip to content

Commit

Permalink
Add a typographic style for links
Browse files Browse the repository at this point in the history
  • Loading branch information
elia committed Oct 27, 2023
1 parent 6a02a96 commit a8fd4d6
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
.body-title {
@apply font-sans font-semibold text-xl;
}

.body-link {
@apply text-blue hover:underline;
}
}

<%= SolidusAdmin::Config.tailwind_stylesheets.map { File.read(_1) }.join("\n") %>

0 comments on commit a8fd4d6

Please sign in to comment.