From 813de15e85d641731808b48fb9b04b4dde225bc9 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 22 Feb 2020 02:30:41 +0900 Subject: [PATCH] :art: --- src/client/components/particle.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/components/particle.vue b/src/client/components/particle.vue index 142fa0438..e7c76113f 100644 --- a/src/client/components/particle.vue +++ b/src/client/components/particle.vue @@ -63,7 +63,7 @@ export default Vue.extend({ data() { const particles = []; const origin = 64; - const colors = ['#1abc9c', '#3498db', '#f1c40f', '#e74c3c', '#e67e22', '#2ecc71']; + const colors = ['#FF1493', '#00FFFF', '#FFE202']; for (let i = 0; i < 12; i++) { const angle = Math.random() * (Math.PI * 2);