1@import "tailwindcss"; 2 3@import '@skeletonlabs/skeleton'; 4@import '@skeletonlabs/skeleton-svelte'; 5@import '@skeletonlabs/skeleton/themes/cerberus'; 6 7.table th { 8 @apply text-xs opacity-50 font-light px-2 text-left; 9} 10 11.table td { 12 @apply py-1.5 px-2; 13} 14 15a { 16 @apply underline hover:no-underline; 17} 18 19.table a { 20 @apply no-underline hover:underline; 21} 22 23[data-theme='cerberus'] { 24 --text-scaling: 1.3; 25}