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

[Bug] Writing Programme Background Color Inconsistency in Dark Mode #4667

Closed
Ghat0tkach opened this issue Jul 31, 2023 · 7 comments · Fixed by #4674
Closed

[Bug] Writing Programme Background Color Inconsistency in Dark Mode #4667

Ghat0tkach opened this issue Jul 31, 2023 · 7 comments · Fixed by #4674
Assignees
Labels
kind/bug Something isn't working

Comments

@Ghat0tkach
Copy link
Member

Ghat0tkach commented Jul 31, 2023

Description

Currently, the content box in the writing program does not adapt correctly to dark mode. When the dark mode is enabled, the content box background remains white, which leads to poor visibility and an inconsistent user experience.

image

Expected Behavior

Screenshots

Environment:

  • Host OS:
  • Browser:

Contributor Resources and Handbook

The layer5.io website uses Gatsby, React, and GitHub Pages. Site content is found under the master branch.

Join the Layer5 Community by submitting your community member form.

@Ghat0tkach Ghat0tkach added the kind/bug Something isn't working label Jul 31, 2023
@ritik-kgp
Copy link
Contributor

Hey @Ghat0tkach, can I work on this issue?

@DarrenDsouza7273
Copy link
Contributor

Assigned it to you @Chat-Ritik
if you have any doubts or queries you can address them on our slack channel or mention the same on the discussion forum

@DkRadhey
Copy link

@Ghat0tkach Can I work this issue?

@ritik-kgp
Copy link
Contributor

@Ghat0tkach @DarrenDsouza7273 As far as I can make out, it is expected to transform the background-color(outside form) to black with some opacity making it somewhat translucent. Am I right? Do clarify. Thanks

@Ghat0tkach
Copy link
Member Author

@Chat-Ritik

You just need to change

background-color: rgba(255, 255, 255, 0.75);

to

background-color: rgb(0 ,0,0, 0.75);

@DkRadhey
Copy link

DkRadhey commented Aug 1, 2023

@Ghat0tkach May I?

@DarrenDsouza7273
Copy link
Contributor

@Ghat0tkach May I?
You can checkout other available issues @DkRadhey as it has already been resolved by @Chat-Ritik

leecalcote added a commit that referenced this issue Aug 10, 2023
Modified BG-color during modal pop-up
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Development

Successfully merging a pull request may close this issue.

4 participants