diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-08-27 11:14:21 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-08-27 11:14:21 +0530 |
commit | 68abbb9eb2449a674ec4f8d47ecf44771c8c2ec6 (patch) | |
tree | dbd96d4b1de9ece1bf64116cf33cdfddcafcb0a2 /static | |
parent | 6beddafb1752d49bfc773e067b4d07c6063d152d (diff) |
changed border-color of hr in blog
Diffstat (limited to 'static')
-rw-r--r-- | static/css/blog.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/blog.css b/static/css/blog.css index 08097f0..1206a5e 100644 --- a/static/css/blog.css +++ b/static/css/blog.css @@ -73,5 +73,5 @@ } #blog-post header hr { - color: var(--blog-h1-fg); + border: 1px solid var(--blog-h1-fg); } |