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

style customization support #75

Open
mengxi-ream opened this issue Jul 29, 2024 · 1 comment
Open

style customization support #75

mengxi-ream opened this issue Jul 29, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@mengxi-ream
Copy link

The shadow might be too much for white background of the webpage.

My website is always with white background no matter in dark or light system mode. The CSS style of the PWA install button in both light and dark modes has excessive shadows, giving the website a fraudulent appearance.

I've tried to put this in my global.css

#pwa-install-element .install-dialog{
  filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.3)) !important;
}

but it can't really change the css style. can I ask what should I do?

@khmyznikov
Copy link
Owner

This is related to this issue: #16
Need to add part element to template to be able to assign custom style. If you can try to do a PR for this, I can help.

@khmyznikov khmyznikov added the enhancement New feature or request label Jul 29, 2024
@khmyznikov khmyznikov changed the title css style with too much shadow style customization support Jul 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants