[OCaml] Mobile-friendly clone of cgit.
fix prevent chevron from inheriting italic style in hidden entries
Add font-style: normal to .tree-chevron so the collapsible toggle character remains upright when inside .tree-hidden (italic) list items.
lib/static/styles.css
@@ -805,6 +805,7 @@
805
805
width: 1.6em;
806
806
height: 1.6em;
807
807
font-size: 1.1em;
808
Added:
font-style: normal;
808
809
color: #b0b0b0;
809
810
background-color: #2a2a2a;
810
811
border-radius: 50%;