commit 0b6673345a90155599a998cb2d4efb0647abacd6 parent ff07fd992b0861fa912d2d5f797c199042b0c780 Author: Frederic Cambus <fred@statdns.com> Date: Wed, 23 May 2018 20:37:43 +0200 Some tweaks for <blockquote> and <hr> Diffstat:
M | assets/styles/chrysalide.css | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/assets/styles/chrysalide.css b/assets/styles/chrysalide.css @@ -38,7 +38,7 @@ a { } blockquote { - border-left: 4px solid #eee; + border-left: 5px solid #ddd; font-style: italic; padding-left: 16px; } @@ -69,7 +69,7 @@ header > a, h3 > a { } hr { - border-top: 1px solid #eee; + border-top: 1px solid #ddd; margin: 16px 0; }