-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"/js/app.js": "/js/app.js?id=a9ed37c629f1a4ac6473", | ||
"/css/app.css": "/css/app.css?id=e32aaaad91b64739c05c" | ||
"/css/app.css": "/css/app.css?id=14eed065634adcad8dc1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
<span class="font-bold text-transparent bg-clip-text bg-gradient-to-r dark:from-yellow-400 dark:to-red-400 from-red-600 to-red-400">{{ $slot }}</span> | ||
<span class="font-bold text-transparent bg-clip-text bg-gradient-to-r from-blue-600 to-yellow-400">{{ $slot }}</span> | ||
{{-- dark:from-yellow-400 dark:to-red-400 from-red-600 to-red-400 --}} |