a tool for shared writing and social publishing
0
fork

Configure Feed

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

remove text underline on hover and add new hover styles for homepage doc previews

+2 -2
+2 -2
app/home/DocPreview.tsx
··· 24 24 {state === "normal" ? ( 25 25 <Link 26 26 href={"/" + props.token.id} 27 - className={`no-underline text-primary h-full`} 27 + className={`no-underline hover:no-underline text-primary h-full`} 28 28 > 29 - <div className="rounded-lg overflow-clip border border-border bg-bg-page grow w-full h-full"> 29 + <div className="rounded-lg hover:border-primary hover:shadow-sm overflow-clip border border-border bg-bg-page grow w-full h-full"> 30 30 <ThemeBackgroundProvider entityID={props.doc_id}> 31 31 <div className="docPreview grow shrink-0 h-full w-full px-2 pt-2 sm:px-3 sm:pt-3 flex items-end"> 32 32 <div