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

Transparecny Tool and Text Resize #102

Open
okumedia opened this issue May 13, 2022 · 3 comments
Open

Transparecny Tool and Text Resize #102

okumedia opened this issue May 13, 2022 · 3 comments

Comments

@okumedia
Copy link

It will be nice to have transparency added. I also tried reducing it to the lowest which still felt too big. If I can make it smaller or stretch it to any size of my choice. App is very useful though.

@Toni19944
Copy link

I was able to adjust transparency just by editing the RGBA value in the file "app.css" under "body". Requires a restart to take effect.

@okumedia
Copy link
Author

Thanks, @Toni19944 , that's it. I am not very good with html5. I did
body { opacity: 0.5; }
and it blurs everything.
What is the value/code you used?

@okumedia
Copy link
Author

okumedia commented May 20, 2022

This works.
body {background: rgba(76, 175, 80, 0.3) /* Green background with 30% opacity */ }
I can now choose the color I want. Thanks again to @Toni19944.

My preset is
body {background: rgba(120, 120, 120, 0.3) /* Gray background with 30% opacity */ }
Which I think is the best color.
Enjoy.

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