This repository has no description
0

Configure Feed

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

web/components: replace readme panel shadow with a border

the readme container lifted off the canvas with shadow-sm while every sibling
panel in the repo view uses a plain border. use border-border-default instead so
the cards read consistently.

Signed-off-by: eti <eti@eti.tf>

author
eti
committer
dawn
date (Jul 30, 2026, 7:45 PM +0300) commit 972acc91 parent d4ee77f7 change-id lxuqtzvk
+1 -1
+1 -1
web/src/lib/components/repo/Readme.svelte
··· 10 10 let { filename, contents, html = null }: Props = $props(); 11 11 </script> 12 12 13 - <div class="mt-4 w-full overflow-hidden rounded bg-background-default shadow-xs border border-border-default"> 13 + <div class="mt-4 w-full overflow-hidden rounded border border-border-default bg-background-default"> 14 14 <div class="border-b border-border-default px-4 py-2"> 15 15 <span class="flex items-center gap-2"> 16 16 <FileText class="size-4 text-foreground-subtle" aria-hidden="true" />