UMN-LATIS / elevator-ui

UI for Elevator, a flexible digital asset repository
2 stars 0 forks source link

add `not-prose` to safe list as escape hatch for static page styles #274

Closed jxjj closed 2 months ago

jxjj commented 2 months ago

With this, users can avoid all the default prose styles if they wish to customize static content pages.

for example:

<div class="custom-homepage not-prose">
...
</div>