wowana.me

website source


commit 10fa1a1e6c5ea2039513b5ac197bfbfc66f000b1
parent 79ca73d6610929ad6412f37ccd5b5180d45b3cb5
Author: opal hart <opal@wowana.me>
Date:   Tue,  3 Sep 2019 05:30:17 +0000

css: blockquote and .pre-wrap rules

Diffstat:
Mout/opal.css | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/out/opal.css b/out/opal.css @@ -46,6 +46,9 @@ main p { } blockquote { color: #832917; + border-left: .2em solid; + margin: 1em 0; + padding-left: 2em; } dt { font-weight: bold; @@ -117,3 +120,6 @@ table th { height: 1em; width: 2.211276798em; } +.pre-wrap { + white-space: pre-wrap; +}