Commit Diff


commit - 050dfc424dd88dad7ef6b0a4e046c0cf08cab81a
commit + a426da1cc01d1546e24759bc9ae6c0bde1b7e074
blob - 96ec89f2fee22f0974bef6d2a0d609193e8844d8
blob + a5d6c968fb669f0284ce9f1ac14e836de2c68a8b
--- css.h.in
+++ css.h.in
@@ -3,6 +3,7 @@ body {
     background-color: white; 
     color: black; 
     font-family: sans-serif;
+    font-variant-emoji: text;
 }
 table {
     border-collapse: collapse; 
@@ -18,7 +19,6 @@ tr.sort th.sorted { font-weight: bold; }
 tr.sort th::after { content: "\a0\2195"; }
 tr.dir td:nth-child(2n+1) { 
     font-weight: bold; 
-    font-style: italic; 
 }
 td, th { padding: 2pt 2em; }
 td:first-child, th:first-child { padding-left: 5pt; }