diff options
author | June McEnroe <june@causal.agency> | 2020-04-30 12:34:19 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-04-30 12:34:19 -0400 |
commit | e7e2d7e6bb8a5a54f1efe049858526392168ba30 (patch) | |
tree | e0b0aafc8872255ad7cc787bf2a604ef9589a6ec /default.html | |
parent | Use a table to decode base64 (diff) | |
download | bubger-e7e2d7e6bb8a5a54f1efe049858526392168ba30.tar.gz bubger-e7e2d7e6bb8a5a54f1efe049858526392168ba30.zip |
Nest <q> elements for increased levels of quotation
Diffstat (limited to 'default.html')
-rw-r--r-- | default.html | 6 |
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; |