From 5478510d1cdfe0aaf341e3b2f167e1e0e1d569a8 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Wed, 21 Sep 2022 14:50:56 +0530 Subject: gave hr the same color as h2 --- static/scss/blog.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/scss/blog.scss b/static/scss/blog.scss index 96dc6fc..161ab27 100644 --- a/static/scss/blog.scss +++ b/static/scss/blog.scss @@ -117,6 +117,10 @@ main { } } +hr { + color: $headingColor1; +} + nav { ul { list-style: none; -- cgit v1.2.3