app/assets/stylesheets/hyrax/_home-page.scss in hyrax-2.0.3 vs app/assets/stylesheets/hyrax/_home-page.scss in hyrax-2.1.0.beta1

- old
+ new

@@ -115,5 +115,15 @@ } .highlights-list { margin-top: 20px; } + +ol.list-group.list-group-striped { + li:nth-of-type(odd) { + background: $table-bg-accent; + } + + li:nth-of-type(even) { + background: $body-bg; + } +}