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:
@ -178,7 +178,7 @@ img {
|
|||||||
}
|
}
|
||||||
|
|
||||||
img.greyscale {
|
img.greyscale {
|
||||||
filter: grayscale(100) contrast(120%);
|
filter: grayscale(100) brightness(120%);
|
||||||
}
|
}
|
||||||
|
|
||||||
img.rounded {
|
img.rounded {
|
||||||
|
|||||||
Reference in New Issue
Block a user