summary refs log tree commit diff
path: root/default.html
diff options
context:
space:
mode:
Diffstat (limited to 'default.html')
-rw-r--r--default.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/default.html b/default.html
index 6954dea..f32d808 100644
--- a/default.html
+++ b/default.html
@@ -64,6 +64,12 @@ ul.cc::before {
 pre {
 	white-space: pre-wrap;
 }
+pre q::before, pre q::after {
+	content: none;
+}
+pre q {
+	color: navy;
+}
 pre del {
 	text-decoration: none;
 	color: red;