1
0
Fork 0

Make stamps darker.

This commit is contained in:
Brian D 2024-12-15 21:29:37 -05:00
parent 065dc65e3a
commit 27410b9b82

View file

@ -149,7 +149,7 @@ const myOrgs = computed(() => {
height: 65px;
width: 65px;
margin-top: -10px;
filter: grayscale(1) invert(1) brightness(4.0) opacity(0.3);
filter: grayscale(1) invert(1) brightness(4.0) opacity(0.2);
transform: rotate(0deg);
}
}