diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-09-21 14:50:56 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-09-21 14:50:56 +0530 |
commit | 5478510d1cdfe0aaf341e3b2f167e1e0e1d569a8 (patch) | |
tree | e101195ce9bdc5682e17bf930ae156f1036e7865 /static/scss/blog.scss | |
parent | 6f4bf524b3fe54f44f67e52b3a78f2c01c9749f7 (diff) |
gave hr the same color as h2
Diffstat (limited to 'static/scss/blog.scss')
-rw-r--r-- | static/scss/blog.scss | 4 |
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; |