wowana.me

website source


commit 362357c4d689e9e416e6055c3ad9a99194ea3e45
parent 2cfc68682da17f48068a1260ca6dcbe18fb9db16
Author: opal hart <opal@wowana.me>
Date:   Wed,  5 Jun 2019 03:52:48 +0000

css: make blockquotes more conspicuous

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

diff --git a/out/opal.css b/out/opal.css @@ -48,6 +48,9 @@ hr { text-align: justify; text-indent: 1em; } +blockquote { + color: #496723; +} dt { font-weight: bold; }