Custom Shadow Color
The button has a default shadow color of --o-shadow-color-light
in light mode and --o-shadow-color-dark
as they are defined in you plugin dashboard. You can change this value by using the following CSS custom property:
The expected value is HSL components, like 0 0% 0%
or 43deg 0% 100%
.
description | custom property |
---|---|
Shadow color in light mode | --o_shadow-color-light |
Shadow color in dark mode | --o_shadow-color-dark |
Shadow color | --o_shadow-color |