Change blobity opacity

This commit is contained in:
2021-11-09 22:09:25 +01:00
parent 0ed426b710
commit 1ee12a9555

View File

@@ -6,7 +6,7 @@ export const options: Partial<Options> = {
color: 'rgb(125, 125, 125)',
mode: 'normal',
zIndex: 1,
opacity: 1,
opacity: 0.3,
magnetic: true,
dotColor: 'rgb(255, 70, 12)',
size: 30,