Custom Highlight Color
The button has a default highlight color of hsl( var(--o-canvas-hue) var(--o-canvas-saturation) / 25%)
in light mode, hsl(var(--o-shadow-color-dark) / 25%)
in dark mode. You can change this value by using the following CSS custom properties:
description | custom property |
---|---|
Highlight color in light mode | --o_highlight-light |
Highlight color in dark mode | --o_highlight-dark |