about summary refs log tree commit diff
path: root/default.html
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-04-30 12:34:19 -0400
committerJune McEnroe <june@causal.agency>2020-04-30 12:34:19 -0400
commite7e2d7e6bb8a5a54f1efe049858526392168ba30 (patch)
treee0b0aafc8872255ad7cc787bf2a604ef9589a6ec /default.html
parentUse a table to decode base64 (diff)
downloadbubger-e7e2d7e6bb8a5a54f1efe049858526392168ba30.tar.gz
bubger-e7e2d7e6bb8a5a54f1efe049858526392168ba30.zip
Nest <q> elements for increased levels of quotation
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 7059e61..9190086 100644
--- a/default.html
+++ b/default.html
@@ -98,6 +98,12 @@ pre q::before, pre q::after {
 pre q {
 	color: navy;
 }
+pre q q {
+	color: teal;
+}
+pre q q q {
+	color: purple;
+}
 pre del {
 	text-decoration: none;
 	color: red;