Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Background/foreground color #7

Open
aaronbeall opened this issue Oct 22, 2019 · 1 comment
Open

Background/foreground color #7

aaronbeall opened this issue Oct 22, 2019 · 1 comment

Comments

@aaronbeall
Copy link

aaronbeall commented Oct 22, 2019

I noticed that the internal terminal <div> has inline styles to assign a text color and background-color:
image

Why is this? It's not clear to me why the internal div would have its own foreground/background color at all (since the appended-to div will have its own style), and why not have those as configurable options.

I ran into this because I wanted to have a semi-transparent background color. I was able to accomplish this with a !important CSS rule.

#terminal {
  background: rbga(0, 0, 0, .8);
  & .terminal {
    background: none !important;
  }
}
@ChaudharyHimani
Copy link

#11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants