diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2020-02-22 02:30:41 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2020-02-22 02:30:41 +0900 |
| commit | 813de15e85d641731808b48fb9b04b4dde225bc9 (patch) | |
| tree | 1687152de568cadb49523562d2c4b04be7d98f95 /src/client/components | |
| parent | Update particle.vue (diff) | |
| download | misskey-813de15e85d641731808b48fb9b04b4dde225bc9.tar.gz misskey-813de15e85d641731808b48fb9b04b4dde225bc9.tar.bz2 misskey-813de15e85d641731808b48fb9b04b4dde225bc9.zip | |
:art:
Diffstat (limited to 'src/client/components')
| -rw-r--r-- | src/client/components/particle.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/components/particle.vue b/src/client/components/particle.vue index 142fa0438d..e7c76113f1 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); |