jaw-sh / stream-nexus

Unified multicast stream chat overlay.
25 stars 8 forks source link

Add support for simple user color defs #3

Closed y-a-t-s closed 1 year ago

y-a-t-s commented 1 year ago

A quick PoC that uses vars in user-colors.css. Anything not defined by the user takes its default value.

All vars are kept in the root scope for simplicity. The big drawback here is needing unique and consequently verbose naming. SCSS/sass would cleaner, but that's another dependency.