this repo has no description
plcbundle-watch.pages.dev
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}
26
27.linear-text-gradient {
28 background: linear-gradient(325deg, var(--color-surface-50), var(--color-primary-500));
29 -webkit-background-clip: text;
30 background-clip: text;
31 color: transparent;
32}