A music player that connects to your cloud/distributed storage.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: back to accent color for homepage

+3 -3
+3 -3
src/index.vto
··· 18 18 {{ await comp.diffuse.logo() }} 19 19 {{ await comp.diffuse.status() }} 20 20 </div> 21 - <p class="construct dither-mask" style="color: var(--accent-twist-4)"> 21 + <p class="construct dither-mask" style="color: var(--accent)"> 22 22 Your audio<br />your data<br />your rules 23 23 </p> 24 24 <p> ··· 33 33 <li><a href="featured/">Featured</a></li> 34 34 </ul> 35 35 <p style="margin: var(--space-lg) 0"> 36 - <a class="button button--bg-twist-4" href="dashboard/">Open Diffuse</a> 36 + <a class="button button--bg-accent" href="dashboard/">Open Diffuse</a> 37 37 </p> 38 38 <p> 39 39 <small style="line-height: var(--leading-relaxed)"> ··· 52 52 </nav> 53 53 </footer> 54 54 </div> 55 - <div class="dither-mask filler filler--bg-twist-4"></div> 55 + <div class="dither-mask filler filler--bg-accent"></div> 56 56 </header>