mirror of
https://github.com/archtechx/laravel-tips.git
synced 2025-12-12 05:14:04 +00:00
wip
This commit is contained in:
parent
5a65a83563
commit
8623a25b79
15 changed files with 8748 additions and 2104 deletions
6
resources/css/app.css
vendored
6
resources/css/app.css
vendored
|
|
@ -2,6 +2,8 @@
|
|||
@import "tailwindcss/components";
|
||||
@import "tailwindcss/utilities";
|
||||
|
||||
.link {
|
||||
@apply border-b-2 border-gray-100 hover:border-gray-400 transition;
|
||||
@layer base {
|
||||
.prose a {
|
||||
@apply relative;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue