From e7e2d7e6bb8a5a54f1efe049858526392168ba30 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Thu, 30 Apr 2020 12:34:19 -0400 Subject: Nest elements for increased levels of quotation --- default.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'default.html') 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; -- cgit 1.4.1