diff options
author | June McEnroe <june@causal.agency> | 2020-04-23 17:39:24 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-04-23 17:39:24 -0400 |
commit | dfaf5cc9043b8bce6f1edfd55a6bf696ce445052 (patch) | |
tree | 5705b0dd73c0ac2adb68158827755457431f15c1 /default.html | |
parent | Add default.html (diff) | |
download | bubger-dfaf5cc9043b8bce6f1edfd55a6bf696ce445052.tar.gz bubger-dfaf5cc9043b8bce6f1edfd55a6bf696ce445052.zip |
Wrap quoted lines in <q>
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 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; |