We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I don't really like how content shadow looks in light theme
After playing around with firefox inspector, I found a few solutions:
box-shadow: none!important
.browserStack
--af
var(--uc-tweak-rounded-corners-shadow)
Maybe we can add some of these options under a feature flag? I can make a PR if you like
Amazing project by the way, I really appreciate it
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
I don't really like how content shadow looks in light theme
After playing around with firefox inspector, I found a few solutions:
box-shadow: none!important
on.browserStack
. This leaves only the border which fits nicely with the url bar--af
shadow and border, leaving onlyvar(--uc-tweak-rounded-corners-shadow)
. It also looks betterMaybe we can add some of these options under a feature flag? I can make a PR if you like
Amazing project by the way, I really appreciate it
The text was updated successfully, but these errors were encountered: