data endpoint for entity 90008 (aka. a website)
0
fork

Configure Feed

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

refactor: change guestbook border styling

dusk 1f8a212c 5591a526

+2 -1
+2 -1
src/routes/guestbook/+page.svelte
··· 99 99 100 100 <style lang="postcss"> 101 101 .entry { 102 - @apply bg-ralsei-green-dark/70 border-ralsei-green-light/30 border-x-[3px] border-y-4; 102 + @apply bg-ralsei-green-dark/70 border-ralsei-green-light/30 border-x-[4px] border-y-[5px]; 103 + border-style: ridge; 103 104 } 104 105 .entryflex { 105 106 @apply flex flex-col p-1;