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

body color shows white box in dark theme #30

Closed
warfl0p opened this issue Feb 12, 2024 · 2 comments
Closed

body color shows white box in dark theme #30

warfl0p opened this issue Feb 12, 2024 · 2 comments

Comments

@warfl0p
Copy link

warfl0p commented Feb 12, 2024

adding this to css solved it.:

body {
  background-color: rgba(14,17,23,255) !important;
}
@3eeps
Copy link

3eeps commented Feb 13, 2024

i am having the same issue. where do you implement this? with st.markdown? thanks for the help.

@blackary
Copy link
Owner

Fixed by #31

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

3 participants