Trix Dark Mode Icons in Jumpstart Pro
Tags: ruby, rails, trix, jumpstartpro
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%);
}
Tags: ruby, rails, trix, jumpstartpro
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%);
}