Trix Dark Mode Icons in Jumpstart Pro
This snippet changes the Trix editor icons to white when dark mode is enabled in Jumpstart Pro.
.dark .trix-button--icon {
-webkit-filter: invert(100%);
}
This snippet changes the Trix editor icons to white when dark mode is enabled in Jumpstart Pro.
.dark .trix-button--icon {
-webkit-filter: invert(100%);
}