diff options
-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); } |