different color for <code/> v_0
authorFrantišek Kučera <franta-hg@frantovo.cz>
Fri, 18 Jan 2019 00:00:20 +0100
branchv_0
changeset 236 d29970e8b7c9
parent 235 04e922dd748c
child 237 2adb6465eadd
different color for <code/>
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;
+}