1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-02 09:46:06 +02:00
This commit is contained in:
syuilo
2020-02-22 02:30:41 +09:00
parent fa33181fa9
commit 813de15e85

View File

@@ -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);