commit e6460ac74042d25e8b8e0ba51e043c5b3e0d1f98
parent 3cb8c4c89cd3213e25d3619ac9384e4813467a75
Author: Frederic Cambus <fred@statdns.com>
Date: Wed, 18 Apr 2018 23:22:41 +0200
Add styling for blockquotes
Diffstat:
1 file changed, 7 insertions(+), 1 deletion(-)
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-03-16 */
+/* Last Updated: 2018-04-18 */
/* */
/* Chrysalide is released under the BSD 2-Clause license. */
/* See LICENSE file for details. */
@@ -37,6 +37,12 @@ a {
text-decoration: none;
}
+blockquote {
+ border-left: 3px solid #eee;
+ font-style: italic;
+ padding-left: 16px;
+}
+
footer {
color: #aaa;
margin: 16px 0;