about summary refs log tree commit diff
path: root/default.html
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-04-23 17:39:24 -0400
committerJune McEnroe <june@causal.agency>2020-04-23 17:39:24 -0400
commitdfaf5cc9043b8bce6f1edfd55a6bf696ce445052 (patch)
tree5705b0dd73c0ac2adb68158827755457431f15c1 /default.html
parentAdd default.html (diff)
downloadbubger-dfaf5cc9043b8bce6f1edfd55a6bf696ce445052.tar.gz
bubger-dfaf5cc9043b8bce6f1edfd55a6bf696ce445052.zip
Wrap quoted lines in <q>
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;