Injecting CSS into ZML pages

Injecting CSS into ZML pages

Is there a way to inject CSS into ZML pages? Use case:

1. Dashboard displays 'Recent Activities' card displaying a list of newly added records
2. Each item in list links to the record onClick
3. When a user points the cursor over an item in the list, the background color changes onHover

I have all of this working, except for the onHover interactivity.

Trying to avoid building an HTML/CSS snippet, unless that's a better approach for interactive pages.