Skip to content

Commit 87a29b3

Browse files
committed
tweaked bg opacity for sidenote.
1 parent f00206b commit 87a29b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/moonwith/sidenote.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export function Sidenote({ content = 'This is a sidenote.' }: any) {
22
return (
3-
<aside className='relative float-right -mr-96 right-20 w-60 border-[#6ab25d] border-l-2 pl-2 text-sm hover:bg-green-100 hover:cursor-default transition-all duration-300 max-lg:hidden'>
3+
<aside className='relative float-right -mr-96 right-20 w-60 border-[#6ab25d] border-l-2 pl-2 text-sm hover:bg-green-100 dark:bg-opacity-30 hover:cursor-default transition-all duration-300 max-lg:hidden'>
44
{content}
55
</aside>
66
);

0 commit comments

Comments
 (0)