Skip to content

Commit 8d08b36

Browse files
committed
fix raidplan ex4 tank highlights
1 parent 1700fed commit 8d08b36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wtfdig/src/routes/72/ex4/+page.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ const raidplanStrat: Strat = {
594594
},
595595
mask: {
596596
bd: '',
597-
ns: 'radial-gradient(circle at 45% 32%, black 8%, rgba(0, 0, 0, 0.4) 8%)',
597+
ns: 'radial-gradient(circle at 55% 31%, black 8%, rgba(0, 0, 0, 0.4) 8%)',
598598
we: '',
599599
}
600600
},
@@ -613,7 +613,7 @@ const raidplanStrat: Strat = {
613613
},
614614
mask: {
615615
bd: '',
616-
ns: 'radial-gradient(circle at 55% 31%, black 8%, rgba(0, 0, 0, 0.4) 8%)',
616+
ns: 'radial-gradient(circle at 45% 32%, black 8%, rgba(0, 0, 0, 0.4) 8%)',
617617
we: '',
618618
}
619619
},

0 commit comments

Comments
 (0)