mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: tweak dark mode styles
This commit is contained in:
@ -29,7 +29,7 @@ const CodeBlock: React.FC<Props> = ({ language, content }: Props) => {
|
||||
};
|
||||
|
||||
return (
|
||||
<pre className="w-full my-1 p-3 rounded bg-gray-100 dark:bg-zinc-600 whitespace-pre-wrap relative">
|
||||
<pre className="w-full my-1 p-3 rounded bg-gray-100 dark:bg-zinc-700 whitespace-pre-wrap relative">
|
||||
<IconButton
|
||||
size="sm"
|
||||
className="!absolute top-0.5 right-0.5 opacity-50"
|
||||
|
Reference in New Issue
Block a user