3
0
mirror of https://git.coop/cotech/website.git synced 2026-03-27 20:46:00 +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 {
filter: grayscale(100) contrast(120%);
filter: grayscale(100) brightness(120%);
}
img.rounded {