THIS IS HACKY! Use a color gradient on cycle-random
This commit is contained in:
parent
bd3ad885e6
commit
1d797cfb2f
1 changed files with 1 additions and 1 deletions
|
|
@ -215,7 +215,7 @@ const config : Config = {
|
|||
red: "#FF0000",
|
||||
purple: "#FF00FF",
|
||||
green: "#00FF00",
|
||||
cycle: "#CCCC00"
|
||||
cycle: "transparent; background: linear-gradient(40deg, #FF0000 0%, #00FF00 50%, #0000FF 70%, #FFFF00 100%); background-clip: text; -webkit-background-clip: text;"
|
||||
})[state.artnet],
|
||||
ui: [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue