this repo has no description plcbundle-watch.pages.dev
9
fork

Configure Feed

Select the types of activity you want to include in your feed.

at e6f2ae2f3be7277963ed4d36b451945fae498fb4 25 lines 406 B view raw
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-3 text-left; 9} 10 11.table td { 12 @apply py-1.5 px-3; 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}