Skip to content

Commit

Permalink
Improved display of Livewire data
Browse files Browse the repository at this point in the history
  • Loading branch information
timvandijck committed Apr 12, 2024
1 parent b8801b7 commit dd33135
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 7 deletions.
10 changes: 10 additions & 0 deletions resources/compiled/ignition.css
Original file line number Diff line number Diff line change
Expand Up @@ -2987,6 +2987,16 @@ pre.sf-dump .sf-dump-toggle:hover span{
color: rgba(234, 179, 8, var(--tw-text-opacity));
}

.text-indigo-200{
--tw-text-opacity: 1;
color: rgba(199, 210, 254, var(--tw-text-opacity));
}

.text-gray-600{
--tw-text-opacity: 1;
color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.text-opacity-75{
--tw-text-opacity: 0.75;
}
Expand Down
Loading

0 comments on commit dd33135

Please sign in to comment.