wowana.me

website source


commit c0abc38f7d70786f62cb942b8ce6a951bca9e4aa
parent dfdbc2f6976364de708bfd404f2deed745b1bfcb
Author: opal hart <opal@wowana.me>
Date:   Tue,  9 Mar 2021 02:54:16 +0000

css: add mono-image class

white maps to bg colour of site

Diffstat:
Mout/opal.css | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/out/opal.css b/out/opal.css @@ -190,3 +190,6 @@ thead th { font-size: smaller; opacity: .5; } +.mono-image { + mix-blend-mode: multiply; +}