data endpoint for entity 90008 (aka. a website)
at svelte 454 B view raw
1@import 'app.css'; 2 3.entry { 4 @apply bg-ralsei-green-dark/70 border-ralsei-green-light/30 border-x-[4px] border-y-[5px]; 5 border-style: ridge; 6} 7 8details { 9 @apply leading-none mt-2; 10 summary { 11 @apply text-shadow-pink text-ralsei-pink-neon hover:underline; 12 } 13 summary::marker { 14 content: '(+) '; 15 } 16} 17details[open] summary::marker { 18 content: '(*) '; 19} 20 21.donate ul { 22 li span { 23 @apply font-monospace overflow-hidden text-ellipsis text-nowrap; 24 } 25}