lib/rdoc/generator/template/darkfish/css/rdoc.css in rdoc-6.6.0 vs lib/rdoc/generator/template/darkfish/css/rdoc.css in rdoc-6.6.1
- old
+ new
@@ -85,9 +85,20 @@
background-color: rgba(27,31,35,0.05);
padding: 0em 0.2em;
border-radius: 0.2em;
}
+em {
+ text-decoration-color: rgba(52, 48, 64, 0.25);
+ text-decoration-line: underline;
+ text-decoration-style: dotted;
+}
+
+strong,
+em {
+ background-color: rgba(158, 178, 255, 0.1);
+}
+
table {
margin: 0;
border-spacing: 0;
border-collapse: collapse;
}