From 9f77a3643925c78f8203b1f4af26670db61501ad Mon Sep 17 00:00:00 2001 From: Nico Jensen Date: Sat, 23 May 2020 02:36:53 +0200 Subject: [PATCH] change border color for Quotes --- _sass/main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_sass/main.scss b/_sass/main.scss index 1cdf892..0865260 100644 --- a/_sass/main.scss +++ b/_sass/main.scss @@ -92,7 +92,7 @@ blockquote { box-sizing: border-box; margin: 1.75em 0 1.75em 0; padding: 0 0 0 1.75em; - border-left: #4A4A4A 0.4em solid; + border-left: #FFC0CB 0.4em solid; } .post .post-content {