# HG changeset patch
# User František Kučera <franta-hg@frantovo.cz>
# Date 1547766020 -3600
# Node ID d29970e8b7c9405b186a7c7a2fe27d9d41050d2c
# Parent  04e922dd748caec49016fecf86d21c99be57da29
different color for <code/>

diff -r 04e922dd748c -r d29970e8b7c9 relpipe-data/css/relpipe.css
--- a/relpipe-data/css/relpipe.css	Sun Jan 13 20:38:20 2019 +0100
+++ b/relpipe-data/css/relpipe.css	Fri Jan 18 00:00:20 2019 +0100
@@ -72,3 +72,7 @@
 #text p {
 	text-align: justify;
 }
+
+#text code {
+	color: #066;
+}