3
0
mirror of https://git.coop/cotech/website.git synced 2026-03-19 20:55:59 +00:00

boost greyscale image contrast

This commit is contained in:
da5nsy
2026-03-19 12:46:19 +00:00
parent d8b010b6ce
commit 3d8856fdab

View File

@ -178,7 +178,7 @@ img {
}
img.greyscale {
filter: grayscale(100);
filter: grayscale(100) contrast(120%);
}
img.rounded {
@ -550,7 +550,6 @@ footer {
border-radius: var(--space-sm);
padding: 0;
background: rgba(0, 0, 0, 0.7);
--space: 1.5rem
}
@media screen and (width > 480px) {