commit 8d80b310aa856d24e3afc3f4b44f838bd655217c
parent 5840f4d774b859fc1314f908f7680b28d407236d
Author: Frederic Cambus <fred@statdns.com>
Date: Fri, 20 Apr 2018 08:54:52 +0200
Make blockquote border a bit thicker
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/styles/chrysalide.css b/styles/chrysalide.css
@@ -5,7 +5,7 @@
/* https://github.com/fcambus/chrysalide */
/* */
/* Created: 2016-02-16 */
-/* Last Updated: 2018-04-18 */
+/* Last Updated: 2018-04-20 */
/* */
/* Chrysalide is released under the BSD 2-Clause license. */
/* See LICENSE file for details. */
@@ -38,7 +38,7 @@ a {
}
blockquote {
- border-left: 3px solid #eee;
+ border-left: 4px solid #eee;
font-style: italic;
padding-left: 16px;
}