-
Notifications
You must be signed in to change notification settings - Fork 89
Open
Description
I was trying to generate css for integrated terminal on this website: https://terminal.jup.ag/
however css wasn't formatted right so the text color wasn't applied.
Output:
/* CSS Variables - Generated from user color selections */
:root {
--jupiter-terminal-primary: 199, 242, 132;
--jupiter-terminal-background: 255,255,255;
--jupiter-terminal-primaryText: 0,0,0;
--jupiter-terminal-warning: 251, 191, 36;
--jupiter-terminal-interactive: 255,255,255;
--jupiter-terminal-module: 245,245,245;
}
Expected output:
/* CSS Variables - Generated from user color selections */
:root {
--jupiter-terminal-primary: 199, 242, 132;
--jupiter-terminal-background: 255,255,255;
--jupiter-terminal-primary-text: 0,0,0;
--jupiter-terminal-warning: 251, 191, 36;
--jupiter-terminal-interactive: 255,255,255;
--jupiter-terminal-module: 245,245,245;
}
happyguy-michael
Metadata
Metadata
Assignees
Labels
No labels