3
0
mirror of https://git.coop/cotech/website.git synced 2026-04-17 14:53:15 +00:00

switch from contrast boost to brightness boost for greyscale images

This commit is contained in:
da5nsy
2026-03-19 13:37:14 +00:00
parent 3d8856fdab
commit b6c3ffed42

View File

@ -178,7 +178,7 @@ img {
} }
img.greyscale { img.greyscale {
filter: grayscale(100) contrast(120%); filter: grayscale(100) brightness(120%);
} }
img.rounded { img.rounded {