Custom Text Color
Ce contenu n’est pas encore disponible dans votre langue.
The button has a default text color of var(--o-text-1)
in dark mode, var(--o-text-1)
in light mode. You can change this value by using the following CSS custom properties:
description | custom property |
---|---|
Text color in light mode | --o_text-light |
Text color in light mode on hover | --o_text-light-hover |
Text color in dark mode | --o_text-dark-hover |
Text color in dark mode on hover | --o_text-dark-hover |
Text color | --o_text |