artsyfriedchicken / EdgyArc-fr

Firefox Userchrome and sidebery style
Mozilla Public License 2.0
575 stars 13 forks source link

Add an option to disable --af-content-shadow around content #51

Open Loskir opened 2 months ago

Loskir commented 2 months ago

I don't really like how content shadow looks in light theme

image

After playing around with firefox inspector, I found a few solutions:

  1. Set box-shadow: none!important on .browserStack. This leaves only the border which fits nicely with the url bar

    image
  2. Remove --af shadow and border, leaving only var(--uc-tweak-rounded-corners-shadow). It also looks better

    image

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