mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-04 04:25:28 +00:00
fix: reduce opacity for normal images in dark mode
This commit is contained in:
committed by
Stefan Imhoff
parent
7ca011742c
commit
19ed076182
@@ -70,7 +70,7 @@ const wrapperProps = href ? { href } : {};
|
||||
{...wrapperProps}
|
||||
>
|
||||
<img
|
||||
class:list={['rounded-2 object-cover dark:opacity-[0.87]']}
|
||||
class:list={['rounded-2 object-cover']}
|
||||
decoding={decoding}
|
||||
loading={loading}
|
||||
src={src}
|
||||
|
||||
Reference in New Issue
Block a user