forked from autonomic-cooperative/cotech-website
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