mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
Livewire tables installed
This commit is contained in:
@@ -7,10 +7,27 @@ module.exports = {
|
||||
'./vendor/laravel/jetstream/**/*.blade.php',
|
||||
'./storage/framework/views/*.php',
|
||||
'./resources/views/**/*.blade.php',
|
||||
|
||||
'./vendor/rappasoft/laravel-livewire-tables/resources/views/**/*.blade.php',
|
||||
],
|
||||
darkMode: 'class',
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
'21gray': '#151515',
|
||||
'gray': {
|
||||
'50': '#f7f7f7',
|
||||
'100': '#e3e3e3',
|
||||
'200': '#c8c8c8',
|
||||
'300': '#a4a4a4',
|
||||
'400': '#818181',
|
||||
'500': '#666666',
|
||||
'600': '#515151',
|
||||
'700': '#434343',
|
||||
'800': '#383838',
|
||||
'900': '#151515',
|
||||
},
|
||||
},
|
||||
fontFamily: {
|
||||
sans: [
|
||||
'Nunito',
|
||||
|
||||
Reference in New Issue
Block a user