Skip to content

Generated CSS for integrated terminal isn't working #183

@zvdznm

Description

@zvdznm

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;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions