forked from autonomic-cooperative/cotech-website
boost greyscale image contrast
This commit is contained in:
@ -178,7 +178,7 @@ img {
|
|||||||
}
|
}
|
||||||
|
|
||||||
img.greyscale {
|
img.greyscale {
|
||||||
filter: grayscale(100);
|
filter: grayscale(100) contrast(120%);
|
||||||
}
|
}
|
||||||
|
|
||||||
img.rounded {
|
img.rounded {
|
||||||
@ -550,7 +550,6 @@ footer {
|
|||||||
border-radius: var(--space-sm);
|
border-radius: var(--space-sm);
|
||||||
padding: 0;
|
padding: 0;
|
||||||
background: rgba(0, 0, 0, 0.7);
|
background: rgba(0, 0, 0, 0.7);
|
||||||
--space: 1.5rem
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (width > 480px) {
|
@media screen and (width > 480px) {
|
||||||
|
|||||||
Reference in New Issue
Block a user