Make stamps darker.
This commit is contained in:
parent
065dc65e3a
commit
27410b9b82
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@ const myOrgs = computed(() => {
|
||||||
height: 65px;
|
height: 65px;
|
||||||
width: 65px;
|
width: 65px;
|
||||||
margin-top: -10px;
|
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);
|
transform: rotate(0deg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue