davideisinger.com

My personal website
Log | Files | Refs | README

commit d1390eaaeec46fb0d93cd13e06bc3f330d6a9162
parent 6caa3f52f1fb21e34959776fe90722bb291100dd
Author: David Eisinger <[email protected]>
Date:   Thu,  1 Feb 2024 22:55:15 -0500

Make images transparent

Diffstat:
Mthemes/v2/assets/css/style.scss | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/themes/v2/assets/css/style.scss b/themes/v2/assets/css/style.scss @@ -113,6 +113,7 @@ figure { } img { + mix-blend-mode: multiply; width: 100%; height: auto;