aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-09-21 14:50:56 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-09-21 14:50:56 +0530
commit5478510d1cdfe0aaf341e3b2f167e1e0e1d569a8 (patch)
treee101195ce9bdc5682e17bf930ae156f1036e7865
parent6f4bf524b3fe54f44f67e52b3a78f2c01c9749f7 (diff)
gave hr the same color as h2
-rw-r--r--static/scss/blog.scss4
1 files changed, 4 insertions, 0 deletions
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;